summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-02-23 19:02:44 +0000
committerGerrit Code Review <review@openstack.org>2015-02-23 19:02:44 +0000
commit437c44f40b562506534b772900a6afc420efb7ae (patch)
tree1a805fffafd2b65d40d3f85a97996fdbfe6ba2d4
parent93ca39ba18a2e11e7332527d1af909e046623854 (diff)
parent9daada9b9a59e143c03c408dd65cd887e175c968 (diff)
downloadpython-glanceclient-437c44f40b562506534b772900a6afc420efb7ae.tar.gz
Merge "Fixed CLI help for bash-completion"
-rw-r--r--glanceclient/shell.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/glanceclient/shell.py b/glanceclient/shell.py
index 3ee1c06..4c4cdef 100644
--- a/glanceclient/shell.py
+++ b/glanceclient/shell.py
@@ -670,7 +670,8 @@ class OpenStackImagesShell(object):
self.parser.print_help()
def do_bash_completion(self, _args):
- """
+ """Prints arguments for bash_completion.
+
Prints all of the commands and options to stdout so that the
glance.bash_completion script doesn't have to hard code them.
"""