소스 검색

Bug 1278243 - Confusing prompt from atomic-openshift-installer

Brenton Leanhardt 9 년 전
부모
커밋
a2d19f85a1
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      utils/src/ooinstall/cli_installer.py

+ 2 - 1
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: