mirror of https://github.com/jtesta/ssh-audit.git
Update version number.
This commit is contained in:
parent
f82c9825d9
commit
2c84824378
|
@ -3,7 +3,7 @@
|
||||||
"""
|
"""
|
||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (C) 2015 Andris Raugulis (moo@arthepsy.eu)
|
Copyright (C) 2016 Andris Raugulis (moo@arthepsy.eu)
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -30,7 +30,7 @@ SSH_BANNER = 'SSH-2.0-OpenSSH_7.3'
|
||||||
|
|
||||||
def usage():
|
def usage():
|
||||||
p = os.path.basename(sys.argv[0])
|
p = os.path.basename(sys.argv[0])
|
||||||
out.head('# {0} v1.0.20160207, moo@arthepsy.eu'.format(p))
|
out.head('# {0} v1.0.20160803, moo@arthepsy.eu'.format(p))
|
||||||
out.info('\nusage: {} [-nv] host[:port]\n'.format(p))
|
out.info('\nusage: {} [-nv] host[:port]\n'.format(p))
|
||||||
out.info(' -v verbose')
|
out.info(' -v verbose')
|
||||||
out.info(' -n disable colors' + os.linesep)
|
out.info(' -n disable colors' + os.linesep)
|
||||||
|
|
Loading…
Reference in New Issue