diff options
| author | reedip <reedip.banerjee@nectechnologies.in> | 2016-04-07 11:00:07 +0900 |
|---|---|---|
| committer | reedip <reedip.banerjee@nectechnologies.in> | 2016-04-07 11:00:07 +0900 |
| commit | 2a9ba9db30f8d57aa32f7614ee4b4afee15fba9d (patch) | |
| tree | 886efb1239c021ea625e2e0f93573779796b48b5 | |
| parent | 73d15e3768e28008515781b30e533ddf3d8d4159 (diff) | |
| download | python-openstackclient-2a9ba9db30f8d57aa32f7614ee4b4afee15fba9d.tar.gz | |
TrivialFix: Fix help messages for port set
Certain messages in ``port set`` were incorrect as mentioned
in [1] which are fixed in this patch.
[1]:https://review.openstack.org/#/c/300309/6/doc/source/command-objects/port.rst
TrivialFix
Change-Id: Icb8e91664fea590cd4202f80d61a82eb50b22403
| -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 b666b652..2e83eea1 100644 --- a/doc/source/command-objects/port.rst +++ b/doc/source/command-objects/port.rst @@ -135,9 +135,9 @@ Set port properties .. option:: --fixed-ip subnet=<subnet>,ip-address=<ip-address> - Desired IP and/or subnet for this port: + Desired IP and/or subnet (name or ID) for this port: subnet=<subnet>,ip-address=<ip-address> - (you can repeat this option) + (this option can be repeated) .. option:: --no-fixed-ip |
