Merge "Removing needless slash from 2 usage strings"
This commit is contained in:
@@ -166,7 +166,7 @@ Server Prepare Configs
|
||||
|
||||
**CONFIG_RH_BETA_REPO** : To subscribe each server with Red Hat subscription manager, to Red Hat Beta RPM's ['y', 'n']
|
||||
|
||||
**CONFIG_SATELLITE_URL** : To subscribe each server with RHN Satellite,fill Satellite's URL here. Note that either satellite's username/password or activtion key has to be provided/
|
||||
**CONFIG_SATELLITE_URL** : To subscribe each server with RHN Satellite,fill Satellite's URL here. Note that either satellite's username/password or activation key has to be provided
|
||||
|
||||
RHN Satellite config
|
||||
--------------------
|
||||
|
||||
@@ -97,8 +97,8 @@ def initConfig(controllerObject):
|
||||
{"CMD_OPTION" : "rhn-satellite-server",
|
||||
"USAGE" : ("To subscribe each server with RHN Satellite,"
|
||||
"fill Satellite's URL here. Note that either "
|
||||
"satellite's username/password or activtion "
|
||||
"key has to be provided/"),
|
||||
"satellite's username/password or activation "
|
||||
"key has to be provided"),
|
||||
"PROMPT" : ("To subscribe each server with RHN Satellite "
|
||||
"enter RHN Satellite server URL"),
|
||||
"OPTION_LIST" : [],
|
||||
|
||||
Reference in New Issue
Block a user