diff options
| author | Rushi Agrawal <rushi.agr@gmail.com> | 2015-12-29 23:17:19 +0530 |
|---|---|---|
| committer | Rushi Agrawal <rushi.agr@gmail.com> | 2015-12-31 09:36:26 +0530 |
| commit | eeeb9f729f1482d89203e5124b78eab29113c1cf (patch) | |
| tree | 69a6c622679edabb7f906abe8e95f1cf9cc26483 /openstackclient | |
| parent | 9f2ed6b03a1fdc1036aa8f8e3ea7b673a10da328 (diff) | |
| download | python-openstackclient-eeeb9f729f1482d89203e5124b78eab29113c1cf.tar.gz | |
Docstring should say 'default' if option is default
Change-Id: I59d83e7a0a590fa537f509f7f19940640f555679
Diffstat (limited to 'openstackclient')
| -rw-r--r-- | openstackclient/compute/v2/service.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/compute/v2/service.py b/openstackclient/compute/v2/service.py index 0a3a5fe4..af3e940a 100644 --- a/openstackclient/compute/v2/service.py +++ b/openstackclient/compute/v2/service.py @@ -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", |
