From 83118620d22fb26147da2455a4828b8237b9b370 Mon Sep 17 00:00:00 2001 From: Masayuki Igawa Date: Mon, 29 Jul 2013 14:36:31 +0900 Subject: 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 --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.rst') 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. -- cgit v1.2.1