From 3db187dbce9de3a37bb1dbf1fcdcbe3b31e797e7 Mon Sep 17 00:00:00 2001 From: Filippo Ranza Date: Thu, 16 May 2019 21:15:02 +0200 Subject: [PATCH] improved help -f help string --- kickthemout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kickthemout.py b/kickthemout.py index 4f97909..50e6715 100644 --- a/kickthemout.py +++ b/kickthemout.py @@ -745,7 +745,7 @@ if __name__ == '__main__': parser.add_option('-f', '--file', action='callback', 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()