WWW-12: yesterday tag not recognised

- Thanks to Michel Crucifix.
This commit is contained in:
Paul Beckingham 2016-08-06 18:09:46 -04:00
parent 935145eb9b
commit eb50862c1e
4 changed files with 5 additions and 2 deletions

View file

@ -32,3 +32,4 @@ suggestions:
Rene Vergara
Matthias Rieber
lumbric
Michel Crucifix

View file

@ -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

View file

@ -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

View file

@ -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"