diff options
| author | Teddy Wing | 2018-01-28 14:05:45 +0100 |
|---|---|---|
| committer | Teddy Wing | 2018-01-28 14:05:45 +0100 |
| commit | 8b88f24e302e1d490b768509f004c7130d1ce5d8 (patch) | |
| tree | 3fbe965921c2533f3f52b54140c849878dc1f8bd | |
| parent | 9c0036f3a1cad39c9bb6da062004d1b09ae66e61 (diff) | |
| download | hcl-8b88f24e302e1d490b768509f004c7130d1ce5d8.tar.bz2 | |
Add `date` argument to `log` command in `help` output
Document this new argument in the help.
| -rw-r--r-- | lib/hcl/app.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hcl/app.rb b/lib/hcl/app.rb index 4f2530b..321b3d5 100644 --- a/lib/hcl/app.rb +++ b/lib/hcl/app.rb @@ -113,7 +113,7 @@ Commands: hcl stop [<message>] # log a task and time without leaving a timer running - hcl log @<task_alias> [+<time>] [<message>] + hcl log [<date>] @<task_alias> [+<time>] [<message>] # resume the last stopped timer or a specific task hcl resume [@<task_alias>] |
