Skip to content

Commit eeeb9f7

Browse files
committed
Docstring should say 'default' if option is default
Change-Id: I59d83e7a0a590fa537f509f7f19940640f555679
1 parent 9f2ed6b commit eeeb9f7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/source/command-objects/compute-service.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Set service command
5757
.. _compute-service-set:
5858
.. describe:: --enable
5959

60-
Enable service
60+
Enable service (default)
6161

6262
.. describe:: --disable
6363

openstackclient/compute/v2/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def get_parser(self, prog_name):
100100
"--enable",
101101
dest="enabled",
102102
default=True,
103-
help="Enable a service",
103+
help="Enable a service (default)",
104104
action="store_true")
105105
enabled_group.add_argument(
106106
"--disable",

0 commit comments

Comments
 (0)