diff --git a/glanceclient/shell.py b/glanceclient/shell.py index 06b2c46f..638cf078 100755 --- a/glanceclient/shell.py +++ b/glanceclient/shell.py @@ -728,9 +728,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.