Add message details about host format

https://bugzilla.redhat.com/show_bug.cgi?id=915382

Change-Id: I1e37781754bd01e410d9bede1ebab89f45a6ca0e
This commit is contained in:
Derek Higgins
2013-02-25 11:44:19 -05:00
parent 6bb368b7ca
commit 3be5865b6e

View File

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