mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Allow help.t test to find manpages without installing them.
This commit is contained in:
parent
8109c155af
commit
f0bda68b02
43 changed files with 48 additions and 42 deletions
45
doc/man1/timew-cancel.1.in
Normal file
45
doc/man1/timew-cancel.1.in
Normal file
|
@ -0,0 +1,45 @@
|
|||
.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
|
||||
.B Cancel with active time tracking
|
||||
.RS
|
||||
.br
|
||||
$ timew start
|
||||
.br
|
||||
...
|
||||
.br
|
||||
$ timew cancel
|
||||
.br
|
||||
Canceled active time tracking.
|
||||
.RE
|
||||
.
|
||||
This deletes the open interval.
|
||||
.TP
|
||||
.B Cancel with no active time tracking
|
||||
.RS
|
||||
.br
|
||||
...
|
||||
.br
|
||||
$ timew stop
|
||||
.br
|
||||
$ timew cancel
|
||||
.br
|
||||
There is no active time tracking.
|
||||
.RE
|
||||
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)
|
Loading…
Add table
Add a link
Reference in a new issue