timewarrior/doc/man/timew-cancel.1.in
2018-09-19 07:31:26 +02:00

36 lines
No EOL
620 B
Groff

.TH timew-cancel 1 2018-02-03 "${PACKAGE_STRING}" "User Manuals"
.
.SH NAME
timew-cancel \- cancel time tracking
.
.SH SYNOPSIS
.B timew cancel
.
.SH DESCRIPTION
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),
.BR timew-start (1),
.BR timew-stop (1),
.BR timew-track (1)