From 3be5865b6ee1122a55142a4589e5434b26227e4b Mon Sep 17 00:00:00 2001 From: Derek Higgins Date: Mon, 25 Feb 2013 11:44:19 -0500 Subject: [PATCH] Add message details about host format https://bugzilla.redhat.com/show_bug.cgi?id=915382 Change-Id: I1e37781754bd01e410d9bede1ebab89f45a6ca0e --- packstack/plugins/prescript_000.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packstack/plugins/prescript_000.py b/packstack/plugins/prescript_000.py index 23a584a76..b250d3e10 100644 --- a/packstack/plugins/prescript_000.py +++ b/packstack/plugins/prescript_000.py @@ -99,7 +99,7 @@ def initConfig(controllerObject): "CONDITION" : False }, {"CMD_OPTION" : "ntp-severs", "USAGE" : "Comma separated list of NTP servers. Leave plain if Packstack should not install ntpd on instances.", - "PROMPT" : "Enter list of NTP server(s). Leave plain if Packstack should not install ntpd on instances.", + "PROMPT" : "Enter a comma separated list of NTP server(s). Leave plain if Packstack should not install ntpd on instances.", "OPTION_LIST" : [], "DEFAULT_VALUE" : '', "MASK_INPUT" : False,