summaryrefslogtreecommitdiffstats
path: root/bin/ossh
diff options
context:
space:
mode:
authorThomas Wiest <twiest@users.noreply.github.com>2015-06-24 10:32:04 -0400
committerThomas Wiest <twiest@users.noreply.github.com>2015-06-24 10:32:04 -0400
commit578120137601c060805bcdcea13730573a8a3755 (patch)
treebc24205e13c095070a74a4f5bfb86824b1863704 /bin/ossh
parent60553c976a979984691e5c424af7f7a8b852d43e (diff)
parent8625cf7d8bb6a6b119183ece1e591abe526a3e95 (diff)
downloadopenshift-578120137601c060805bcdcea13730573a8a3755.tar.gz
openshift-578120137601c060805bcdcea13730573a8a3755.tar.bz2
openshift-578120137601c060805bcdcea13730573a8a3755.tar.xz
openshift-578120137601c060805bcdcea13730573a8a3755.zip
Merge pull request #287 from twiest/pr
changed Openshift to OpenShift
Diffstat (limited to 'bin/ossh')
-rwxr-xr-xbin/ossh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ossh b/bin/ossh
index 855c5d8b4..2ed033305 100755
--- a/bin/ossh
+++ b/bin/ossh
@@ -53,7 +53,7 @@ class Ossh(object):
config.read(self.config_path)
def parse_cli_args(self):
- parser = argparse.ArgumentParser(description='Openshift Online SSH Tool.')
+ parser = argparse.ArgumentParser(description='OpenShift Online SSH Tool.')
parser.add_argument('-e', '--env', action="store",
help="Which environment to search for the host ")
parser.add_argument('-d', '--debug', default=False,