diff options
author | Thomas Wiest <twiest@redhat.com> | 2015-06-19 10:14:07 -0400 |
---|---|---|
committer | Thomas Wiest <twiest@redhat.com> | 2015-06-19 10:14:07 -0400 |
commit | 8625cf7d8bb6a6b119183ece1e591abe526a3e95 (patch) | |
tree | e6660b7e53b86dcdb0eda59b5940ec404d0ac82d /bin | |
parent | a7ac3f7b513fe57ddccad15bdb6c7e9091f16bcd (diff) | |
download | openshift-8625cf7d8bb6a6b119183ece1e591abe526a3e95.tar.gz openshift-8625cf7d8bb6a6b119183ece1e591abe526a3e95.tar.bz2 openshift-8625cf7d8bb6a6b119183ece1e591abe526a3e95.tar.xz openshift-8625cf7d8bb6a6b119183ece1e591abe526a3e95.zip |
changed Openshift to OpenShift
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/ohi | 2 | ||||
-rwxr-xr-x | bin/oscp | 2 | ||||
-rwxr-xr-x | bin/ossh | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -83,7 +83,7 @@ class Ohi(object): """Setup the command line parser with the options we want """ - parser = argparse.ArgumentParser(description='Openshift Host Inventory') + parser = argparse.ArgumentParser(description='OpenShift Host Inventory') parser.add_argument('--list-host-types', default=False, action='store_true', help='List all of the host types') @@ -55,7 +55,7 @@ class Oscp(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="Environment where this server exists.") parser.add_argument('-d', '--debug', default=False, @@ -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, |