From 5a1d75da49d246ce7802a4c66e58662292442ece Mon Sep 17 00:00:00 2001 From: jeffmcjunkin Date: Fri, 12 Dec 2014 13:56:14 -0500 Subject: [PATCH] Typo fix --- hydra.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra.c b/hydra.c index e4b7789..f9ec44f 100644 --- a/hydra.c +++ b/hydra.c @@ -342,7 +342,7 @@ void help(int ext) { if (ext) printf(" -w / -W TIME waittime for responses (%ds) / between connects per thread\n", WAITTIME); if (ext) - printf(" -4 / -6 user IPv4 (default) / IPv6 addresses (put always in [] also in -M)\n"); + printf(" -4 / -6 use IPv4 (default) / IPv6 addresses (put always in [] also in -M)\n"); if (ext) printf(" -v / -V / -d verbose mode / show login+pass for each attempt / debug mode \n"); if (ext)