Release v1.0.20160812.

This commit is contained in:
Andris Raugulis
2016-08-12 16:29:51 +03:00
parent d4d8c6a659
commit eb7cb4a36a
2 changed files with 9 additions and 2 deletions

View File

@ -30,7 +30,7 @@ SSH_BANNER = 'SSH-2.0-OpenSSH_7.3'
def usage():
p = os.path.basename(sys.argv[0])
out.head('# {0} v1.0.20160803, moo@arthepsy.eu'.format(p))
out.head('# {0} v1.0.20160812, moo@arthepsy.eu'.format(p))
out.info('\nusage: {} [-nv] host[:port]\n'.format(p))
out.info(' -v verbose')
out.info(' -n disable colors' + os.linesep)