From 4793f74ff23cd4cbb2c46498aadef8fdf4d6030a Mon Sep 17 00:00:00 2001 From: Zack Hobson Date: Tue, 4 Feb 2014 08:57:01 -0800 Subject: more documentation fixes --- README.markdown | 2 +- man/hcl.1.ronn | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index fc05b16..e819bfd 100644 --- a/README.markdown +++ b/README.markdown @@ -136,7 +136,7 @@ Here is a shell alias `myhcl` with a separate configuration from the main `hcl` command, and another command to configure alias completion: alias myhcl="env HCL_DIR=~/.myhcl hcl" - complete -W `cat ~/.myhcl/aliases` myhcl + complete -W "`cat ~/.myhcl/aliases`" myhcl Adding something like the above to your bashrc will enable a new command, `myhcl`. When using `myhcl` you can use different credentials and aliases, diff --git a/man/hcl.1.ronn b/man/hcl.1.ronn index 131af83..22756a0 100644 --- a/man/hcl.1.ronn +++ b/man/hcl.1.ronn @@ -104,7 +104,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 ### Configuration Profiles @@ -118,7 +118,7 @@ Here is a shell alias `myhcl` with a separate configuration from the main `hcl` command, and another command to configure alias completion: alias myhcl="env HCL_DIR=~/.myhcl hcl" - complete -W `cat ~/.myhcl/aliases` myhcl + complete -W "`cat ~/.myhcl/aliases`" myhcl Adding something like the above to your bashrc will enable a new command, `myhcl`. When using `myhcl` you can use different credentials and aliases, -- cgit v1.2.3