Fix "server unset" document issue

Fix "--property" option describe issue in "server unset"
document, and update the help message to keep consistent.

Change-Id: I68022a187e83fad6320365400ad2a1b0c8cf9a61
This commit is contained in:
Rui Chen 2016-03-23 14:45:04 +08:00
parent 41853985bb
commit ee621509be
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