summaryrefslogtreecommitdiffstats
path: root/bin/README_SHELL_COMPLETION
diff options
context:
space:
mode:
authorKenny Woodson <kwoodson@redhat.com>2015-02-05 17:01:06 -0500
committerKenny Woodson <kwoodson@redhat.com>2015-02-05 17:01:06 -0500
commitcedef18d9450a1b3c8c0f72c10174735529cda04 (patch)
tree6470a05c3308ec9c45c871b3b842182de6284876 /bin/README_SHELL_COMPLETION
parentee96928a2d1c21c5d2319418f4cf6ca774a3e010 (diff)
downloadopenshift-cedef18d9450a1b3c8c0f72c10174735529cda04.tar.gz
openshift-cedef18d9450a1b3c8c0f72c10174735529cda04.tar.bz2
openshift-cedef18d9450a1b3c8c0f72c10174735529cda04.tar.xz
openshift-cedef18d9450a1b3c8c0f72c10174735529cda04.zip
Removed comments and cleaned up code.
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.