summaryrefslogtreecommitdiffstats
path: root/bin/ohi
diff options
context:
space:
mode:
authorThomas Wiest <twiest@redhat.com>2015-06-19 10:14:07 -0400
committerThomas Wiest <twiest@redhat.com>2015-06-19 10:14:07 -0400
commit8625cf7d8bb6a6b119183ece1e591abe526a3e95 (patch)
treee6660b7e53b86dcdb0eda59b5940ec404d0ac82d /bin/ohi
parenta7ac3f7b513fe57ddccad15bdb6c7e9091f16bcd (diff)
downloadopenshift-8625cf7d8bb6a6b119183ece1e591abe526a3e95.tar.gz
openshift-8625cf7d8bb6a6b119183ece1e591abe526a3e95.tar.bz2
openshift-8625cf7d8bb6a6b119183ece1e591abe526a3e95.tar.xz
openshift-8625cf7d8bb6a6b119183ece1e591abe526a3e95.zip
changed Openshift to OpenShift
Diffstat (limited to 'bin/ohi')
-rwxr-xr-xbin/ohi2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ohi b/bin/ohi
index 6f162ac13..d679edcfb 100755
--- a/bin/ohi
+++ b/bin/ohi
@@ -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')