From 74a5a0d1c36ffc486f75f08fa9becc6d7d724bae Mon Sep 17 00:00:00 2001 From: fumihiko kakuma Date: Sat, 19 Mar 2016 09:59:15 +0900 Subject: [PATCH] Fix a typo in autogenerate_config_docs/README.rst Fix a parameter order on autohelp-wrapper command line explained in README.rst. Change-Id: I30e4c926f830d1dd450a0d10a2bfacae3c3301bf --- autogenerate_config_docs/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogenerate_config_docs/README.rst b/autogenerate_config_docs/README.rst index 27bf1c61..0eb362d8 100644 --- a/autogenerate_config_docs/README.rst +++ b/autogenerate_config_docs/README.rst @@ -86,7 +86,7 @@ to work on another branch: .. code-block:: console - $ ./autohelp-wrapper update -b stable/liberty + $ ./autohelp-wrapper -b stable/liberty update .. note:: The ``-b`` switch doesn't apply to the ``openstack-manuals`` repository