mirror of
https://github.com/jtesta/ssh-audit.git
synced 2024-11-22 10:31:41 +01:00
Batch implies Verbose.
This commit is contained in:
parent
34ae7d9bec
commit
c759e53779
@ -638,6 +638,7 @@ def parse_args():
|
|||||||
usage()
|
usage()
|
||||||
elif o in ('-b', '--batch'):
|
elif o in ('-b', '--batch'):
|
||||||
out.batch = True
|
out.batch = True
|
||||||
|
out.verbose = True
|
||||||
elif o in ('-n', '--no-colors'):
|
elif o in ('-n', '--no-colors'):
|
||||||
out.colors = False
|
out.colors = False
|
||||||
elif o in ('-v', '--verbose'):
|
elif o in ('-v', '--verbose'):
|
||||||
|
Loading…
Reference in New Issue
Block a user