mirror of
				https://github.com/jtesta/ssh-audit.git
				synced 2025-10-30 21:15:27 +01:00 
			
		
		
		
	Added timeout option to usage message.
This commit is contained in:
		| @@ -61,7 +61,7 @@ def usage(err=None): | |||||||
| 	uout.head('# {0} {1}, https://github.com/jtesta/ssh-audit\n'.format(p, VERSION)) | 	uout.head('# {0} {1}, https://github.com/jtesta/ssh-audit\n'.format(p, VERSION)) | ||||||
| 	if err is not None and len(err) > 0: | 	if err is not None and len(err) > 0: | ||||||
| 		uout.fail('\n' + err) | 		uout.fail('\n' + err) | ||||||
| 	uout.info('usage: {0} [-1246pbnvl] <host>\n'.format(p)) | 	uout.info('usage: {0} [-1246pbnvlt] <host>\n'.format(p)) | ||||||
| 	uout.info('   -h,  --help             print this help') | 	uout.info('   -h,  --help             print this help') | ||||||
| 	uout.info('   -1,  --ssh1             force ssh version 1 only') | 	uout.info('   -1,  --ssh1             force ssh version 1 only') | ||||||
| 	uout.info('   -2,  --ssh2             force ssh version 2 only') | 	uout.info('   -2,  --ssh2             force ssh version 2 only') | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Joe Testa
					Joe Testa