summaryrefslogtreecommitdiff
path: root/doc/source/man
diff options
context:
space:
mode:
authorRichard Theis <rtheis@us.ibm.com>2016-06-02 09:53:55 -0500
committerRichard Theis <rtheis@us.ibm.com>2016-06-02 10:07:34 -0500
commit6f2c1734e3d66e261f231711455821321c1fc254 (patch)
tree269f19082215e0ccb37c361427062c9d4e91b646 /doc/source/man
parentb349156059edb1c7ae8e4bdfbd5eb0826d7aa808 (diff)
downloadpython-openstackclient-6f2c1734e3d66e261f231711455821321c1fc254.tar.gz
Fix --enable options on commands
The --enable option on commands is ignored when the arguments are parsed. This is related to the --enable-beta-commands option. Renaming the option to --os-beta-command fixes the problem. There's no need to handle backwards compatibility for the option name change because there hasn't been an OSC release yet with beta commands. Change-Id: I0327ba8a2058858a83e9a42e231470ed733cc834 Closes-Bug: #1588384
Diffstat (limited to 'doc/source/man')
-rw-r--r--doc/source/man/openstack.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/man/openstack.rst b/doc/source/man/openstack.rst
index e14f1f95..7af380a3 100644
--- a/doc/source/man/openstack.rst
+++ b/doc/source/man/openstack.rst
@@ -132,6 +132,9 @@ OPTIONS
This key should be the value of one of the HMAC keys defined in the
configuration files of OpenStack services to be traced.
+:option:`--os-beta-command`
+ Enable beta commands which are subject to change
+
:option:`--log-file` <LOGFILE>
Specify a file to log output. Disabled by default.
@@ -144,9 +147,6 @@ OPTIONS
:option:`--debug`
Show tracebacks on errors and set verbosity to debug
-:option:`--enable-beta-commands`
- Enable beta commands which are subject to change
-
COMMANDS
========