mirror of
https://github.com/jtesta/ssh-audit.git
synced 2025-06-23 02:54:33 +02:00
Document new arguments.
This commit is contained in:
@ -39,9 +39,9 @@ def usage(err=None):
|
||||
out.fail('\n' + err)
|
||||
out.info('\nusage: {0} [-bnv] [-l <level>] <host[:port]>\n'.format(p))
|
||||
out.info(' -h, --help print this help')
|
||||
out.info(' -b --batch batch output')
|
||||
out.info(' -n --no-colors disable colors')
|
||||
out.info(' -v --verbose verbose output')
|
||||
out.info(' -b, --batch batch output')
|
||||
out.info(' -n, --no-colors disable colors')
|
||||
out.info(' -v, --verbose verbose output')
|
||||
out.info(' -l, --level=<level> minimum output level (info|warn|fail)')
|
||||
out.sep()
|
||||
sys.exit(1)
|
||||
|
Reference in New Issue
Block a user