summaryrefslogtreecommitdiffstats
path: root/bin/README_SHELL_COMPLETION
diff options
context:
space:
mode:
Diffstat (limited to 'bin/README_SHELL_COMPLETION')
-rw-r--r--bin/README_SHELL_COMPLETION11
1 files changed, 6 insertions, 5 deletions
diff --git a/bin/README_SHELL_COMPLETION b/bin/README_SHELL_COMPLETION
index 0183544e6..e17b4b205 100644
--- a/bin/README_SHELL_COMPLETION
+++ b/bin/README_SHELL_COMPLETION
@@ -1,7 +1,7 @@
# ossh is an ssh replacement.
-Ossh uses a dynamic inventory cache in order to lookup hostnames and translate them
+ossh uses a dynamic inventory cache in order to lookup hostnames and translate them
to something meaningful such as an IP address or dns name.
This allows us to treat our servers as cattle and not as pets.
@@ -13,9 +13,10 @@ You can populate the cache by running `ossh --list`. This
will populate the cache file and the completions should
become available.
-This zsh script will look at the cached version of your
-multi_ec2 results in ~/.ansible/tmp/. It will then parse a few
-{host}.{env} out of the json and return them to be completable.
+This script will look at the cached version of your
+multi_ec2 results in ~/.ansible/tmp/multi_ec2_inventory.cache.
+It will then parse a few {host}.{env} out of the json
+and return them to be completable.
# BASH
In order to setup bash completion, source the following script:
@@ -27,6 +28,6 @@ that the _ossh_zsh_completion script is somewhere in the path
of $fpath.
Once $fpath includes the _ossh_zsh_completion script then you should
-run `exec zsh`. This will then allow you to call `ossh host[TAB]`
+run `exec zsh`. This will then allow you to call `ossh host[TAB]`
for a list of completions.