From 4ebefdf89457dfb24ab474c9b15ae67559306b5b Mon Sep 17 00:00:00 2001 From: Joe Testa Date: Wed, 9 Oct 2019 21:12:09 -0400 Subject: [PATCH] Updated usage message. --- ssh-audit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh-audit.py b/ssh-audit.py index 121265c..4e64ec5 100755 --- a/ssh-audit.py +++ b/ssh-audit.py @@ -62,7 +62,7 @@ def usage(err=None): uout.head('# {0} {1}, https://github.com/jtesta/ssh-audit\n'.format(p, VERSION)) if err is not None and len(err) > 0: uout.fail('\n' + err) - uout.info('usage: {0} [-1246pbnvlt] \n'.format(p)) + uout.info('usage: {0} [-1246pbcnvlt] \n'.format(p)) uout.info(' -h, --help print this help') uout.info(' -1, --ssh1 force ssh version 1 only') uout.info(' -2, --ssh2 force ssh version 2 only')