Minor fixes

This commit is contained in:
kimocoder
2018-02-27 08:24:22 +01:00
parent 6ff2f2b9dc
commit d6aeb97cfc
3 changed files with 4 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ class Arguments(object):
dest='scan_time',
metavar='[scantime]',
type=int,
help=Color.s('Scan time to (default: {G}ask{W})'))
help=Color.s('Seconds to scan before attacking (default: {G}ask{W})'))
glob.add_argument('-i',
action='store',
dest='interface',