timewarrior/doc/man/timew-cancel.1.in
Thomas Lauf cf045bc762 Set date in man pages to cmake generation date
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
2019-02-21 23:23:22 +01:00

36 lines
No EOL
627 B
Groff

.TH timew-cancel 1 "${PACKAGE_DATE}" "${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)