mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Merge "Fix compute service set command"
This commit is contained in:
commit
84506a6b71
2 changed files with 2 additions and 2 deletions
|
|
@ -79,5 +79,5 @@ Set service command
|
|||
|
||||
.. describe:: <service>
|
||||
|
||||
Name of service
|
||||
Name of service (Binary name)
|
||||
|
||||
|
|
|
|||
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue