summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/subnet.rst
diff options
context:
space:
mode:
authorzhiyong.dai <zhiyong.dai@easystack.cn>2016-12-19 17:23:35 +0800
committerzhiyong.dai <zhiyong.dai@easystack.cn>2017-01-03 12:13:10 +0800
commit75f2875a6e2be5c7fef56ebc1f3c235aa5ae1521 (patch)
treeeafb583417e545e89f19ef1155780db8ece33195 /doc/source/command-objects/subnet.rst
parent5d62981beb28f81ddd376466f296fc40b6b7eb8d (diff)
downloadpython-openstackclient-75f2875a6e2be5c7fef56ebc1f3c235aa5ae1521.tar.gz
Add ":option:` `" in the help message
This patch mainly adds ":option:` `" in several help messages in the doc. This modification will create one link which helps the readers find the relative option quickly and conveniently in website. Change-Id: Ia047e15c3b2064e4822ee7df7922d4774d862602
Diffstat (limited to 'doc/source/command-objects/subnet.rst')
-rw-r--r--doc/source/command-objects/subnet.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/source/command-objects/subnet.rst b/doc/source/command-objects/subnet.rst
index fb28793e..5eb55c23 100644
--- a/doc/source/command-objects/subnet.rst
+++ b/doc/source/command-objects/subnet.rst
@@ -49,7 +49,7 @@ Create new subnet
.. option:: --use-default-subnet-pool
- Use default subnet pool for ``--ip-version``
+ Use default subnet pool for :option:`--ip-version`
.. option:: --prefix-length <prefix-length>
@@ -58,7 +58,7 @@ Create new subnet
.. option:: --subnet-range <subnet-range>
Subnet range in CIDR notation
- (required if ``--subnet-pool`` is not specified, optional otherwise)
+ (required if :option:`--subnet-pool` is not specified, optional otherwise)
.. option:: --allocation-pool start=<ip-address>,end=<ip-address>
@@ -249,7 +249,7 @@ Set subnet properties
.. option:: --no-allocation-pool
Clear associated allocation pools from this subnet.
- Specify both --allocation-pool and --no-allocation-pool
+ Specify both :option:`--allocation-pool` and :option:`--no-allocation-pool`
to overwrite the current allocation pool information.
.. option:: --dhcp
@@ -267,7 +267,7 @@ Set subnet properties
.. option:: --no-dns-nameservers
Clear existing information of DNS servers.
- Specify both --dns-nameserver and --no-dns-nameservers
+ Specify both :option:`--dns-nameserver` and :option:`--no-dns-nameservers`
to overwrite the current DNS server information.
.. option:: --gateway <gateway>
@@ -287,7 +287,7 @@ Set subnet properties
.. option:: --no-host-route
Clear associated host routes from this subnet.
- Specify both --host-route and --no-host-route
+ Specify both :option:`--host-route` and :option:`--no-host-route`
to overwrite the current host route information.
.. option:: --service-type <service-type>