summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorMasayuki Igawa <igawa@mxs.nes.nec.co.jp>2013-07-29 14:36:31 +0900
committerMasayuki Igawa <igawa@mxs.nes.nec.co.jp>2013-07-29 15:38:05 +0900
commit83118620d22fb26147da2455a4828b8237b9b370 (patch)
treead3e772cb55a277ae7251456c7770d495a29fc20 /README.rst
parent2a45c7570f35c0ac78692b26f215e7dfa49fca79 (diff)
downloadpython-novaclient-83118620d22fb26147da2455a4828b8237b9b370.tar.gz
Fix the help text process and the generated wrong help
The wrong help text of bash-completion is generated by the process of choosing first line from the source code comment. We should get the all help text from the source code comment, and use it. So this commit removes this unnecessary process, and also fix the README.rst for proper help text. Fixes bug 1206005 Change-Id: Id4f5b6a7722197f09eb366ba8f3e643e1af91805
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 6207d89f..1dbcc004 100644
--- a/README.rst
+++ b/README.rst
@@ -198,7 +198,8 @@ You'll find complete documentation on the shell by running
x509-create-cert Create x509 cert for a user in tenant
x509-get-root-cert Fetches the x509 root cert.
bash-completion Prints all of the commands and options to stdout so
- that the
+ that the nova.bash_completion script doesn't have to
+ hard code them.
help Display help about this program or one of its
subcommands.