Docstring should say 'default' if option is default
Change-Id: I59d83e7a0a590fa537f509f7f19940640f555679
This commit is contained in:
parent
9f2ed6b03a
commit
eeeb9f729f
@ -57,7 +57,7 @@ Set service command
|
||||
.. _compute-service-set:
|
||||
.. describe:: --enable
|
||||
|
||||
Enable service
|
||||
Enable service (default)
|
||||
|
||||
.. describe:: --disable
|
||||
|
||||
|
@ -100,7 +100,7 @@ class SetService(command.Command):
|
||||
"--enable",
|
||||
dest="enabled",
|
||||
default=True,
|
||||
help="Enable a service",
|
||||
help="Enable a service (default)",
|
||||
action="store_true")
|
||||
enabled_group.add_argument(
|
||||
"--disable",
|
||||
|
Loading…
Reference in New Issue
Block a user