|
@@ -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,
|