From 161f8616e95d6fa5c8a0afd3f1e983c08b18a28d Mon Sep 17 00:00:00 2001 From: Dakota Benjamin Date: Tue, 20 Dec 2016 14:34:51 -0500 Subject: [PATCH] Add shorthand -v --- opendm/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendm/config.py b/opendm/config.py index 3af04851..fd29f6cc 100644 --- a/opendm/config.py +++ b/opendm/config.py @@ -288,7 +288,7 @@ def config(): default=False, help='compress the results using gunzip') - parser.add_argument('--verbose', + parser.add_argument('--verbose', '-v', action='store_true', default=False, help='Print additional messages to the console\n'