Corrected help strings.
Corrected the wrongly mentioning of glance in help strings. Change-Id: Ic8613e8670f96be38d1a63777edc6c113a1894d4
This commit is contained in:
@@ -58,8 +58,8 @@ class CeilometerShell(object):
|
|||||||
parser.add_argument('-k', '--insecure',
|
parser.add_argument('-k', '--insecure',
|
||||||
default=False,
|
default=False,
|
||||||
action='store_true',
|
action='store_true',
|
||||||
help="Explicitly allow glanceclient to perform "
|
help="Explicitly allow ceilometerclient to "
|
||||||
"\"insecure\" SSL (https) requests. "
|
"perform \"insecure\" SSL (https) requests. "
|
||||||
"The server's certificate will "
|
"The server's certificate will "
|
||||||
"not be verified against any certificate "
|
"not be verified against any certificate "
|
||||||
"authorities. This option should be used with "
|
"authorities. This option should be used with "
|
||||||
@@ -78,7 +78,7 @@ class CeilometerShell(object):
|
|||||||
parser.add_argument('--ca-file',
|
parser.add_argument('--ca-file',
|
||||||
help='Path of CA SSL certificate(s) used to verify'
|
help='Path of CA SSL certificate(s) used to verify'
|
||||||
' the remote server certificate. Without this '
|
' the remote server certificate. Without this '
|
||||||
'option glance looks for the default system '
|
'option ceilometer looks for the default system '
|
||||||
'CA certificates.')
|
'CA certificates.')
|
||||||
|
|
||||||
parser.add_argument('--timeout',
|
parser.add_argument('--timeout',
|
||||||
|
|||||||
Reference in New Issue
Block a user