mirror of
https://github.com/k4m4/kickthemout.git
synced 2024-11-23 05:24:24 +01:00
improved help -f help string
This commit is contained in:
parent
d140602ad0
commit
3db187dbce
@ -745,7 +745,7 @@ if __name__ == '__main__':
|
|||||||
|
|
||||||
parser.add_option('-f', '--file', action='callback',
|
parser.add_option('-f', '--file', action='callback',
|
||||||
callback=target_files, type='string',metavar='FILE',
|
callback=target_files, type='string',metavar='FILE',
|
||||||
dest='targets', help='read target IP address(es) from given file and perform attack')
|
dest='targets', help='read target IP address(es), one per line, from given file and perform attack')
|
||||||
|
|
||||||
|
|
||||||
(options, argv) = parser.parse_args()
|
(options, argv) = parser.parse_args()
|
||||||
|
Loading…
Reference in New Issue
Block a user