Merge "Fix typo in 'help' in python-glanceclient"

This commit is contained in:
Jenkins 2015-11-27 17:09:28 +00:00 committed by Gerrit Code Review
commit c4cb6a42ef
1 changed files with 2 additions and 3 deletions

View File

@ -635,9 +635,8 @@ class OpenStackImagesShell(object):
parser.print_help()
if not args.os_image_api_version or args.os_image_api_version == '2':
print()
print(("Run `glance --os-image-api-version 1 help%s` "
"for v1 help") % command)
print(("\nRun `glance --os-image-api-version 1 help%s`"
" for v1 help") % (command or ''))
def do_bash_completion(self, _args):
"""Prints arguments for bash_completion.