The --check option is actually part of the "output group" set of switches
This commit is contained in:
parent
e4ca594165
commit
fe5286b8e5
@ -250,12 +250,11 @@ def handle_args():
|
|||||||
action='store_true',
|
action='store_true',
|
||||||
help='Show only error logging')
|
help='Show only error logging')
|
||||||
|
|
||||||
loggrp.add_argument('-c', '--check',
|
|
||||||
action='store_true',
|
|
||||||
help='Only check, output nothing')
|
|
||||||
|
|
||||||
outputgrp = parser.add_mutually_exclusive_group()
|
outputgrp = parser.add_mutually_exclusive_group()
|
||||||
|
|
||||||
|
outputgrp.add_argument('-c', '--check',
|
||||||
|
action='store_true',
|
||||||
|
help='Only check, output nothing')
|
||||||
outputgrp.add_argument('--just-certificate',
|
outputgrp.add_argument('--just-certificate',
|
||||||
dest='print_cert',
|
dest='print_cert',
|
||||||
action='store_true',
|
action='store_true',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user