Merge "Fix "server unset" document issue"
This commit is contained in:
commit
4b4349ee68
@ -764,7 +764,7 @@ Unset server properties
|
|||||||
|
|
||||||
.. option:: --property <key>
|
.. option:: --property <key>
|
||||||
|
|
||||||
Property key to remove from server (repeat to set multiple values)
|
Property key to remove from server (repeat to remove multiple values)
|
||||||
|
|
||||||
.. describe:: <server>
|
.. describe:: <server>
|
||||||
|
|
||||||
|
@ -1738,7 +1738,7 @@ class UnsetServer(command.Command):
|
|||||||
action='append',
|
action='append',
|
||||||
default=[],
|
default=[],
|
||||||
help=_('Property key to remove from server '
|
help=_('Property key to remove from server '
|
||||||
'(repeat to unset multiple values)'),
|
'(repeat to remove multiple values)'),
|
||||||
)
|
)
|
||||||
return parser
|
return parser
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user