diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2014-12-31 09:54:21 -0600 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2014-12-31 10:08:51 -0600 |
| commit | f18f264ed7b12fb73c3760514dcb226e28189572 (patch) | |
| tree | 642adff81a08329e9fe64cc3898fb801a67cc461 /doc/source/command-objects | |
| parent | be8cac9cea15e4935247df5e41a3cfdc7a58e204 (diff) | |
| download | python-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.rst | 8 |
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) |
