Merge "Improving the help of the lock command."

This commit is contained in:
Jenkins 2015-02-02 05:07:04 +00:00 committed by Gerrit Code Review
commit b131692007
2 changed files with 3 additions and 2 deletions

View File

@ -225,7 +225,7 @@ List servers
server lock
-----------
Lock server
Lock a server. A non-admin user will not be able to execute actions
.. program:: server lock
.. code:: bash

View File

@ -693,7 +693,8 @@ class ListServer(lister.Lister):
class LockServer(command.Command):
"""Lock server"""
"""Lock a server. A non-admin user will not be able to execute actions"""
log = logging.getLogger(__name__ + '.LockServer')