mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Extract commands into individual man pages
This commit is contained in:
parent
fcd49c2a02
commit
7dd16c4950
30 changed files with 406 additions and 435 deletions
15
doc/man/timew-stop.1.in
Normal file
15
doc/man/timew-stop.1.in
Normal file
|
@ -0,0 +1,15 @@
|
|||
.TP
|
||||
.B timew stop [<tag> ...]
|
||||
Stops tracking time. If tags are specified, then they are no longer tracked.
|
||||
If no tags are specified, all tracking stops. For example:
|
||||
|
||||
$ timew start tag1 tag2
|
||||
...
|
||||
$ timew stop tag1
|
||||
|
||||
Initially time is tracked for both 'tag1' and 'tag2', then 'tag1' tracking is
|
||||
stopped, leaving tag2 active. To stop all tracking:
|
||||
|
||||
$ timew stop
|
||||
|
||||
See also 'cancel', 'continue', 'start', 'track'.
|
Loading…
Add table
Add a link
Reference in a new issue