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