summaryrefslogtreecommitdiffstats
path: root/README.markdown
diff options
context:
space:
mode:
authorJaap van der Meer2012-01-17 21:30:28 +0100
committerJaap van der Meer2012-01-17 21:30:28 +0100
commit34904a2de70689ec60515f4b6b58ca5debfa754a (patch)
tree0388bd576507a83f51329936812fd79b1ebf2cf6 /README.markdown
parent3d8a797c6d0223189ac921ae28c9056e71f0e0ae (diff)
downloadhcl-34904a2de70689ec60515f4b6b58ca5debfa754a.tar.bz2
Added comment to documentation about task alias.
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 0379dcc..b444237 100644
--- a/README.markdown
+++ b/README.markdown
@@ -58,7 +58,7 @@ IDs. You need both values to start a timer:
### Task Aliases
Since it's not practical to enter two long numbers every time you want to
-identify a task, HCl supports task aliases:
+identify a task, HCl supports task aliases. The task alias must start with 'task.', followed by your alias.
$ hcl set task.xdev 1234 5678
$ hcl start xdev adding a new feature