diff options
| author | Jenkins <jenkins@review.openstack.org> | 2015-02-23 19:02:44 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2015-02-23 19:02:44 +0000 |
| commit | 437c44f40b562506534b772900a6afc420efb7ae (patch) | |
| tree | 1a805fffafd2b65d40d3f85a97996fdbfe6ba2d4 | |
| parent | 93ca39ba18a2e11e7332527d1af909e046623854 (diff) | |
| parent | 9daada9b9a59e143c03c408dd65cd887e175c968 (diff) | |
| download | python-glanceclient-437c44f40b562506534b772900a6afc420efb7ae.tar.gz | |
Merge "Fixed CLI help for bash-completion"
| -rw-r--r-- | glanceclient/shell.py | 3 |
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. """ |
