Merge "Fixed CLI help for bash-completion"

This commit is contained in:
Jenkins
2015-02-23 19:02:44 +00:00
committed by Gerrit Code Review

View File

@@ -670,7 +670,8 @@ class OpenStackImagesShell(object):
self.parser.print_help() self.parser.print_help()
def do_bash_completion(self, _args): def do_bash_completion(self, _args):
""" """Prints arguments for bash_completion.
Prints all of the commands and options to stdout so that the Prints all of the commands and options to stdout so that the
glance.bash_completion script doesn't have to hard code them. glance.bash_completion script doesn't have to hard code them.
""" """