summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2018-01-28 14:05:45 +0100
committerTeddy Wing2018-01-28 14:05:45 +0100
commit8b88f24e302e1d490b768509f004c7130d1ce5d8 (patch)
tree3fbe965921c2533f3f52b54140c849878dc1f8bd
parent9c0036f3a1cad39c9bb6da062004d1b09ae66e61 (diff)
downloadhcl-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.rb2
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>]