Merge "Fix typo in 'help' in python-glanceclient"
This commit is contained in:
@@ -635,9 +635,8 @@ class OpenStackImagesShell(object):
|
|||||||
parser.print_help()
|
parser.print_help()
|
||||||
|
|
||||||
if not args.os_image_api_version or args.os_image_api_version == '2':
|
if not args.os_image_api_version or args.os_image_api_version == '2':
|
||||||
print()
|
print(("\nRun `glance --os-image-api-version 1 help%s`"
|
||||||
print(("Run `glance --os-image-api-version 1 help%s` "
|
" for v1 help") % (command or ''))
|
||||||
"for v1 help") % command)
|
|
||||||
|
|
||||||
def do_bash_completion(self, _args):
|
def do_bash_completion(self, _args):
|
||||||
"""Prints arguments for bash_completion.
|
"""Prints arguments for bash_completion.
|
||||||
|
Reference in New Issue
Block a user