From 031b39b5681f61cc89113253db67a47b33255cb4 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 30 Apr 2016 08:30:02 -0400 Subject: [PATCH] Docs: Added 'cancel' command --- ChangeLog | 1 + doc/man/timew.1.in | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c8dfeeaf..80c95aa0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,6 +19,7 @@ - Added support for the ':debug' and :quiet hints. - Added support for the :day, :week, :month, :quarter and :year hints. - Added 'track' command. +- Added 'cancel' command. Design completed 2016-03-13 Project started 2015-11-29 diff --git a/doc/man/timew.1.in b/doc/man/timew.1.in index 359ee65e..8cf65c66 100644 --- a/doc/man/timew.1.in +++ b/doc/man/timew.1.in @@ -21,6 +21,11 @@ When run with no arguments, the default command is run, which indicates whether there is any active tracking, and if so, shows a summary, and exits with a code 0. If there is no active time tracking, exit code is 1. +.TP +.B timew cancel +If there is an open interval, closes and abandons it. +See also 'stop'. + .TP .B timew continue Resumes tracking the most recently closed interval. For example: @@ -97,7 +102,7 @@ stopped, leaving tag2 active. To stop all tracking: $ timew stop -See also 'continue', 'start', 'track'. +See also 'cancel', 'continue', 'start', 'track'. .TP .B timew tags