summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2015-11-05 15:33:33 -0500
committerBrenton Leanhardt <bleanhar@redhat.com>2015-11-05 15:33:33 -0500
commita2d19f85a1e501cf7be64236b851eda898f3f51b (patch)
treef056c1cdec8f8130ba5d126f2695673d4e7ba0fb /utils
parent837ea49bba342aa1fa87736947979ee5235da727 (diff)
downloadopenshift-a2d19f85a1e501cf7be64236b851eda898f3f51b.tar.gz
openshift-a2d19f85a1e501cf7be64236b851eda898f3f51b.tar.bz2
openshift-a2d19f85a1e501cf7be64236b851eda898f3f51b.tar.xz
openshift-a2d19f85a1e501cf7be64236b851eda898f3f51b.zip
Bug 1278243 - Confusing prompt from atomic-openshift-installer
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 9bf3bc714..8bee99f90 100644
--- a/utils/src/ooinstall/cli_installer.py
+++ b/utils/src/ooinstall/cli_installer.py
@@ -371,7 +371,8 @@ def get_hosts_to_run_on(oo_cfg, callback_facts, unattended, force):
if unattended:
if not force:
click.echo('Installed environment detected and no additional nodes specified: ' \
- 'aborting. If you want a fresh install, use --force')
+ 'aborting. If you want a fresh install, use ' \
+ '`atomic-openshift-installer install --force`')
sys.exit(1)
else:
if not force: