summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2014-12-31 09:54:21 -0600
committerDean Troyer <dtroyer@gmail.com>2014-12-31 10:08:51 -0600
commitf18f264ed7b12fb73c3760514dcb226e28189572 (patch)
tree642adff81a08329e9fe64cc3898fb801a67cc461 /doc/source/command-objects
parentbe8cac9cea15e4935247df5e41a3cfdc7a58e204 (diff)
downloadpython-openstackclient-f18f264ed7b12fb73c3760514dcb226e28189572.tar.gz
Command docs: domain
Change the implementation of --enable|--disable on domain create and set commands to our usual style. Change-Id: I10f2b96281a114fa3cf3b001394844770b2a8632
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/domain.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/source/command-objects/domain.rst b/doc/source/command-objects/domain.rst
index 057296ac..66697ac3 100644
--- a/doc/source/command-objects/domain.rst
+++ b/doc/source/command-objects/domain.rst
@@ -36,7 +36,7 @@ Create new domain
If the domain already exists, return the existing domain data and do not fail.
-.. option:: <domain-name>
+.. describe:: <domain-name>
New domain name
@@ -51,7 +51,7 @@ Delete domain
os domain delete
<domain>
-.. option:: <domain>
+.. describe:: <domain>
Domain to delete (name or ID)
@@ -95,7 +95,7 @@ Set domain properties
Disable domain
-.. option:: <domain>
+.. describe:: <domain>
Domain to modify (name or ID)
@@ -110,6 +110,6 @@ Show domain details
os domain show
<domain>
-.. option:: <domain>
+.. describe:: <domain>
Domain to display (name or ID)