Add shorthand -v

pull/436/head
Dakota Benjamin 2016-12-20 14:34:51 -05:00 zatwierdzone przez GitHub
rodzic 9569326b53
commit 161f8616e9
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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'