mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
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
This commit is contained in:
parent
73d15e3768
commit
2a9ba9db30
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue