From eb50862c1e7c8509ab212f9dd273b5d7700ec38c Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 6 Aug 2016 18:09:46 -0400 Subject: [PATCH] WWW-12: yesterday tag not recognised - Thanks to Michel Crucifix. --- AUTHORS | 1 + ChangeLog | 2 ++ doc/man/timew.1.in | 2 +- src/commands/CmdHelp.cpp | 2 +- 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 9c65c99c..7fec9dde 100644 --- a/AUTHORS +++ b/AUTHORS @@ -32,3 +32,4 @@ suggestions: Rene Vergara Matthias Rieber lumbric + Michel Crucifix diff --git a/ChangeLog b/ChangeLog index 2e4f4008..3667b042 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24,6 +24,8 @@ - TI-20 Week number does not agree with Taskwarrior (thanks to Dirk Deimeke). - TI-22 The 'day' chart crashes if there is an open interval and no others +- WWW-12 yesterday tag not recognised + (thanks to Michel Crucifix). - timew 0.9.5~alpha install bug (thanks to Gordon Ball). - Improved out-of-source build for themes, holidays diff --git a/doc/man/timew.1.in b/doc/man/timew.1.in index 2697cc5b..8877070c 100644 --- a/doc/man/timew.1.in +++ b/doc/man/timew.1.in @@ -63,7 +63,7 @@ See also 'hints', 'show'. .B timew continue Resumes tracking the most recently closed interval. For example: - $ timew track yesterday 9am - 5pm tag1 tag2 + $ timew track 9am - 10am tag1 tag2 $ timew continue The 'continue' command creates a new interval, starting now, and using the diff --git a/src/commands/CmdHelp.cpp b/src/commands/CmdHelp.cpp index e1292354..471c6a9a 100644 --- a/src/commands/CmdHelp.cpp +++ b/src/commands/CmdHelp.cpp @@ -173,7 +173,7 @@ int CmdHelp ( << '\n' << "Resumes tracking the most recently closed interval. For exqample:\n" << '\n' - << " $ timew track 9am - 5pm tag1 tag2\n" + << " $ timew track 9am - 10am tag1 tag2\n" << " $ timew continue\n" << '\n' << "The 'continue' command creates a new interval, starting now, and using the tags\n"