From 4f167371d252e5e85aef91fa6c32b78552b00793 Mon Sep 17 00:00:00 2001 From: Or Bin Date: Fri, 10 Aug 2018 23:11:58 +0300 Subject: [PATCH] Fixed a tiny typo in the help text --- hydra.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra.c b/hydra.c index 89fac11..6746d68 100644 --- a/hydra.c +++ b/hydra.c @@ -533,7 +533,7 @@ void help_bfg() { " valid CHARSET values are: 'a' for lowercase letters,\n" " 'A' for uppercase letters, '1' for numbers, and for all others,\n" " just add their real representation.\n" - " -y disable the use if the above letters as placeholders\n\n" + " -y disable the use of the above letters as placeholders\n\n" "Examples:\n" " -x 3:5:a generate passwords from length 3 to 5 with all lowercase letters\n" " -x 5:8:A1 generate passwords from length 5 to 8 with uppercase and numbers\n"