mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Put each sentence into separate line
This commit is contained in:
parent
e36f658f37
commit
e048d63d15
27 changed files with 85 additions and 91 deletions
|
@ -13,15 +13,17 @@ timew-stop \- stop time tracking
|
|||
]
|
||||
.
|
||||
.SH DESCRIPTION
|
||||
Stops tracking time. If tags are specified, then they are no longer tracked.
|
||||
If no tags are specified, all tracking stops. For example:
|
||||
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:
|
||||
Initially time is tracked for both 'tag1' and 'tag2', then 'tag1' tracking is stopped, leaving tag2 active.
|
||||
To stop all tracking:
|
||||
.
|
||||
$ timew stop
|
||||
.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue