summaryrefslogtreecommitdiffstats
path: root/README.markdown
diff options
context:
space:
mode:
authorZack Hobson2009-07-21 21:07:01 -0700
committerZack Hobson2009-07-21 21:07:01 -0700
commit524586c090df8f0bf8e1b2c5f6ab987f5a94e503 (patch)
tree81cd11a515d17d70b27d0b3c4c68a801c590e47a /README.markdown
parent2f30e806d65971804351c02cbb9e2681b8873b04 (diff)
downloadhcl-524586c090df8f0bf8e1b2c5f6ab987f5a94e503.tar.bz2
Added note example to README usage.
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index a8f1c74..bba6cc2 100644
--- a/README.markdown
+++ b/README.markdown
@@ -29,9 +29,10 @@ NOTE that *add* and *rm* are not yet implemented.
hcl tasks
hcl set <key> <value ...>
hcl unset <key>
- hcl start (<task_alias> | <project_id> <task_id>) [msg]
+ hcl start (<task_alias> | <project_id> <task_id>) [msg ...]
+ hcl note <msg ...>
hcl stop
- hcl add (<task_alias> | <project_id> <task_id>) <duration> [msg]
+ hcl add (<task_alias> | <project_id> <task_id>) <duration> [msg ...]
hcl rm [entry_id]
### Starting a Timer