diff options
| author | Jenkins <jenkins@review.openstack.org> | 2017-01-04 10:08:49 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-01-04 10:08:50 +0000 |
| commit | c416aecb2f7fc8e993ca2b22edd4dea3673d2cac (patch) | |
| tree | 784d529eeae64bc90399431cfb1fb47f143510ea /doc/source/command-objects/subnet.rst | |
| parent | 6707957c8752c40b3f53aa28bf0b215d3d05143c (diff) | |
| parent | 75f2875a6e2be5c7fef56ebc1f3c235aa5ae1521 (diff) | |
| download | python-openstackclient-c416aecb2f7fc8e993ca2b22edd4dea3673d2cac.tar.gz | |
Merge "Add ":option:` `" in the help message"
Diffstat (limited to 'doc/source/command-objects/subnet.rst')
| -rw-r--r-- | doc/source/command-objects/subnet.rst | 10 |
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> |
