diff options
| author | Zack Hobson | 2013-11-21 14:52:11 -0800 | 
|---|---|---|
| committer | Zack Hobson | 2013-11-21 14:52:11 -0800 | 
| commit | f0f2c7e2954d061079ed51cb6c4ce98e5b3f4127 (patch) | |
| tree | f51e83e2a9ca32d6881a801648543bf3496c3071 /lib | |
| parent | 4e755f701276b154bc3553e32ea45f5236a1e668 (diff) | |
| download | hcl-f0f2c7e2954d061079ed51cb6c4ce98e5b3f4127.tar.bz2 | |
Documentation improvements.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/hcl/app.rb | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/lib/hcl/app.rb b/lib/hcl/app.rb index c86e3c5..970bd6d 100644 --- a/lib/hcl/app.rb +++ b/lib/hcl/app.rb @@ -87,12 +87,15 @@ Commands:      # start a task using an alias      hcl [start] @<task_alias> [+<time>] [<message>] -    # add a line to your running timer +    # add a line to a running timer      hcl note <message>      # stop a running timer      hcl stop [<message>] +    # log a task and time without leaving a timer running +    hcl log @<task_alias> [+<time>] [<message>] +      # resume the last stopped timer or a specific task      hcl resume [@<task_alias>] | 
