From fac29ccdf973aa7ffa96454a47faab13053ce846 Mon Sep 17 00:00:00 2001 From: Chenxiong Qi Date: Feb 05 2018 10:33:36 +0000 Subject: Reword --staging help text Signed-off-by: Chenxiong Qi --- diff --git a/client/contrib/odcs b/client/contrib/odcs index f12f79a..e69f850 100755 --- a/client/contrib/odcs +++ b/client/contrib/odcs @@ -58,8 +58,9 @@ parser.add_argument( parser.add_argument( '--staging', action='store_const', const='staging', default='prod', dest='env', - help='Use Fedora Infra staging environment, or internal\'s if --redhat ' - 'is specified. Otherwise production environment will be used.') + help='Use Fedora Infra or internal staging environment, which depends on ' + 'if --redhat is specified. If omitted, production environment will ' + 'be used.') subparsers = parser.add_subparsers( description='These commands you can use to operate composes with ODCS')