summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorDevan Goodwin <dgoodwin@redhat.com>2015-11-16 12:53:03 -0400
committerDevan Goodwin <dgoodwin@redhat.com>2015-11-16 12:53:03 -0400
commitc6b7ba8b0017af0875bd912ad0e83fb3d5879591 (patch)
tree2d55836355c8cfa37f9d07ccbbf6b89758182105 /utils
parent77e9ebdc9c576015c886ed31ae26b693a9eace91 (diff)
downloadopenshift-c6b7ba8b0017af0875bd912ad0e83fb3d5879591.tar.gz
openshift-c6b7ba8b0017af0875bd912ad0e83fb3d5879591.tar.bz2
openshift-c6b7ba8b0017af0875bd912ad0e83fb3d5879591.tar.xz
openshift-c6b7ba8b0017af0875bd912ad0e83fb3d5879591.zip
Pylint fix for long line in cli docstring.
Diffstat (limited to 'utils')
-rw-r--r--utils/src/ooinstall/cli_installer.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/src/ooinstall/cli_installer.py b/utils/src/ooinstall/cli_installer.py
index daffe4aea..a19c19c8f 100644
--- a/utils/src/ooinstall/cli_installer.py
+++ b/utils/src/ooinstall/cli_installer.py
@@ -432,7 +432,8 @@ def get_hosts_to_run_on(oo_cfg, callback_facts, unattended, force, verbose):
# Main CLI entrypoint, not much we can do about too many arguments.
def cli(ctx, unattended, configuration, ansible_playbook_directory, ansible_config, ansible_log_path, verbose):
"""
- atomic-openshift-installer makes the process for installing OSE or AEP easier by interactively gathering the data needed to run on each host.
+ atomic-openshift-installer makes the process for installing OSE or AEP
+ easier by interactively gathering the data needed to run on each host.
It can also be run in unattended mode if provided with a configuration file.
Further reading: https://docs.openshift.com/enterprise/latest/install_config/install/quick_install.html