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/port.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/port.rst')
| -rw-r--r-- | doc/source/command-objects/port.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/command-objects/port.rst b/doc/source/command-objects/port.rst index 3f6e3fc0..34656f32 100644 --- a/doc/source/command-objects/port.rst +++ b/doc/source/command-objects/port.rst @@ -214,7 +214,7 @@ Set port properties .. option:: --no-fixed-ip Clear existing information of fixed IP addresses. - Specify both --fixed-ip and --no-fixed-ip + Specify both :option:`--fixed-ip` and :option:`--no-fixed-ip` to overwrite the current fixed IP addresses. .. option:: --device <device-id> @@ -240,7 +240,7 @@ Set port properties .. option:: --no-binding-profile Clear existing information of binding:profile. - Specify both --binding-profile and --no-binding-profile + Specify both :option:`--binding-profile` and :option:`--no-binding-profile` to overwrite the current binding:profile information. .. option:: --host <host-id> |
