Docstring should say 'default' if option is default

Change-Id: I59d83e7a0a590fa537f509f7f19940640f555679
This commit is contained in:
Rushi Agrawal 2015-12-29 23:17:19 +05:30
parent 9f2ed6b03a
commit eeeb9f729f
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ Set service command
.. _compute-service-set:
.. describe:: --enable
Enable service
Enable service (default)
.. describe:: --disable

View File

@ -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",