mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Add examples for timew-cancel
This commit is contained in:
parent
6236dc13de
commit
1000a315ca
1 changed files with 18 additions and 0 deletions
|
@ -10,6 +10,24 @@ timew-cancel \- cancel time tracking
|
|||
If there is an open interval, it is abandoned.
|
||||
.
|
||||
.SH EXAMPLES
|
||||
.TP Cancel with active time tracking
|
||||
.
|
||||
$ timew start
|
||||
...
|
||||
$ timew cancel
|
||||
.
|
||||
Canceled active time tracking.
|
||||
|
||||
This deletes the open interval.
|
||||
.
|
||||
Cancel with no active time tracking
|
||||
.
|
||||
...
|
||||
$ timew stop
|
||||
$ timew cancel
|
||||
There is no active time tracking.
|
||||
.
|
||||
Cancel has no effect, only a warning is printed.
|
||||
.
|
||||
.SH "SEE ALSO"
|
||||
.BR timew-continue (1),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue