Merge "Fix "server unset" document issue"

This commit is contained in:
Jenkins 2016-03-23 13:35:49 +00:00 committed by Gerrit Code Review
commit 4b4349ee68
2 changed files with 2 additions and 2 deletions

View File

@ -764,7 +764,7 @@ Unset server properties
.. 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>

View File

@ -1738,7 +1738,7 @@ class UnsetServer(command.Command):
action='append',
default=[],
help=_('Property key to remove from server '
'(repeat to unset multiple values)'),
'(repeat to remove multiple values)'),
)
return parser