Docs: Added new 'stop' behavior to the man page

This commit is contained in:
Paul Beckingham 2016-03-25 00:31:50 -04:00
parent a38c607f61
commit 8f7262d160

View file

@ -56,8 +56,20 @@ and 'Home & Garden'), the second of which requires quotes.
Quotes are harmless if used every time. See also 'continue', 'stop', 'track'.
.TP
.B timew stop
Stops tracking time. See also 'continue', 'start', 'track'.
.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 'continue', 'start', 'track'.
.TP
.B timew tags