diff options
author | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2016-10-19 16:29:42 +0200 |
---|---|---|
committer | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2016-10-19 16:46:47 +0200 |
commit | 5bfa7e8da79685e09097d266d6cf453729e704dc (patch) | |
tree | f238f57c0d02cad90a417bf7c26898727b22bffc /bin | |
parent | 3be15dae0b039e06e31b4eecc933851ada7446cb (diff) | |
download | openshift-5bfa7e8da79685e09097d266d6cf453729e704dc.tar.gz openshift-5bfa7e8da79685e09097d266d6cf453729e704dc.tar.bz2 openshift-5bfa7e8da79685e09097d266d6cf453729e704dc.tar.xz openshift-5bfa7e8da79685e09097d266d6cf453729e704dc.zip |
Fix typos
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/cluster | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cluster b/bin/cluster index 68d2a7cd4..b9b2ab15f 100755 --- a/bin/cluster +++ b/bin/cluster @@ -314,7 +314,7 @@ This wrapper is overriding the following ansible variables: * ANSIBLE_SSH_PIPELINING: If not set in the environment, this wrapper will set it to `True`. - If you experience issue with Ansible ssh pipelining, you can disable it by explicitely set this environment variable to `False`. + If you experience issues with Ansible SSH pipelining, you can disable it by explicitly setting this environment variable to `False`. ''' ) parser.add_argument('-v', '--verbose', action='count', |