diff options
Diffstat (limited to 'cinderclient/shell.py')
| -rw-r--r-- | cinderclient/shell.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cinderclient/shell.py b/cinderclient/shell.py index 69946ea..a069b1e 100644 --- a/cinderclient/shell.py +++ b/cinderclient/shell.py @@ -125,7 +125,7 @@ class OpenStackCinderShell(object): action='version', version=cinderclient.__version__) - parser.add_argument('--debug', + parser.add_argument('-d', '--debug', action='store_true', default=utils.env('CINDERCLIENT_DEBUG', default=False), |
