From 4677265f5a530fc5fb995683e3fcd0fa743a8ca4 Mon Sep 17 00:00:00 2001 From: tengqm Date: Tue, 20 Jan 2015 17:19:27 +0800 Subject: [PATCH] Fixed help message for API VERSION option --- senlinclient/cliargs.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/senlinclient/cliargs.py b/senlinclient/cliargs.py index c62b7890..1c79a4a7 100644 --- a/senlinclient/cliargs.py +++ b/senlinclient/cliargs.py @@ -193,5 +193,4 @@ def add_global_args(parser, version): parser.add_argument( '--senlin-api-version', default=utils.env('SENLIN_API_VERSION', default='1'), - help=_('Number of seconds to wait for an API response, ' - 'defaults to system socket timeout')) + help=_('Version number for Senlin API to use, Default to "1".'))