Change wording of beta prompt

Wording it this way is clearer to the user

Change-Id: I4b267baaa5771e9010982f1c9c5b8d4ffc56b6ed
This commit is contained in:
Derek Higgins
2013-03-20 10:42:07 -04:00
parent a09a0112af
commit 1b62ee7d15

View File

@@ -80,8 +80,8 @@ def initConfig(controllerObject):
"CONDITION" : False }, "CONDITION" : False },
{"CMD_OPTION" : "rh-beta-repo", {"CMD_OPTION" : "rh-beta-repo",
"USAGE" : "To subscribe each server with Red Hat subscription manager, to Red Hat Beta RPM's", "USAGE" : "To subscribe each server to Red Hat Enterprise Linux 6 Server Beta channel (only needed for Preview versions of RHOS) enter \"y\"",
"PROMPT" : "To subscribe each server to Red Hat Beta RPM's enter y", "PROMPT" : "To subscribe each server to Red Hat Enterprise Linux 6 Server Beta channel (only needed for Preview versions of RHOS) enter \"y\"",
"OPTION_LIST" : ["y", "n"], "OPTION_LIST" : ["y", "n"],
"VALIDATORS" : [validators.validate_options], "VALIDATORS" : [validators.validate_options],
"DEFAULT_VALUE" : "n", "DEFAULT_VALUE" : "n",