Merge "Fix compute service set command"

This commit is contained in:
Jenkins 2016-06-08 05:03:47 +00:00 committed by Gerrit Code Review
commit 84506a6b71
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -106,7 +106,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(