Fix compute service set command

add ``Binary name`` to help msg of compute service set command.

Change-Id: I5ed3824ec5bede250ce41f187835e8901b5e11fd
This commit is contained in:
sunyajing 2016-06-08 09:57:41 +08:00
parent 93db7f58ed
commit 565499577f
2 changed files with 2 additions and 2 deletions

View File

@ -80,5 +80,5 @@ Set service command
.. describe:: <service>
Name of service
Name of service (Binary name)

View File

@ -105,7 +105,7 @@ class SetService(command.Command):
parser.add_argument(
"service",
metavar="<service>",
help=_("Name of service")
help=_("Name of service (Binary name)")
)
enabled_group = parser.add_mutually_exclusive_group()
enabled_group.add_argument(