From c8c537d0c9de28db7b336270d0a5bed3e9f84647 Mon Sep 17 00:00:00 2001 From: tengqm Date: Mon, 19 Jan 2015 21:31:51 +0800 Subject: [PATCH] Clarified help message TODO: need to figure out how to best support both v2.0 and v3. --- senlinclient/cliargs.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/senlinclient/cliargs.py b/senlinclient/cliargs.py index a3c5826c..c62b7890 100644 --- a/senlinclient/cliargs.py +++ b/senlinclient/cliargs.py @@ -31,16 +31,12 @@ def add_global_identity_args(parser): parser.add_argument( '--os-project-id', dest='project_id', metavar='PROJECT_ID', default=utils.env('OS_PROJECT_ID'), - help=_('Another way to specify tenant ID. ' - 'This option is mutual exclusive with "--os-tenant-id". ' - 'Defaults to env[OS_PROJECT_ID].')) + help=_('Defaults to env[OS_PROJECT_ID].')) parser.add_argument( '--os-project-name', dest='project_name', metavar='PROJECT_NAME', default=utils.env('OS_PROJECT_NAME'), - help=_('Another way to specify tenant name. ' - 'This option is mutual exclusive with "--os-tenant-name". ' - 'Defaults to env[OS_PROJECT_NAME].')) + help=_('Defaults to env[OS_PROJECT_NAME].')) parser.add_argument( '--os-domain-id', dest='domain_id', metavar='DOMAIN_ID',