summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZack Hobson2014-01-30 11:45:23 -0800
committerZack Hobson2014-01-30 11:45:23 -0800
commite49f2a8d3718bb73c2d676957b603cd9ec520d11 (patch)
tree133eaae043493df7a24d1d1204bd13cb88fd1f4f
parentb9667daf02a8bab42c2a4ee91a2938cfa6538437 (diff)
downloadhcl-e49f2a8d3718bb73c2d676957b603cd9ec520d11.tar.bz2
README: completion command needs quotes
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 322eea1..e846ab1 100644
--- a/README.markdown
+++ b/README.markdown
@@ -118,7 +118,7 @@ The above starts and immediately stops a one-hour timer with the given note.
You can enable auto-completion of task aliases by adding this to your shell
configuration:
- complete -W `cat ~/.hcl/aliases` hcl
+ complete -W "`cat ~/.hcl/aliases`" hcl
Note: You will need to have run `hcl` at least once to create the aliases
file. Without it, this command will fail with an error.