From a2e57a563664a9c675e6eb774aa773fafb39c523 Mon Sep 17 00:00:00 2001 From: owein Date: Wed, 9 Sep 2020 18:38:07 +0200 Subject: [PATCH] help menu ok --- hydra.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra.c b/hydra.c index 47e21c0..2cfb94f 100644 --- a/hydra.c +++ b/hydra.c @@ -590,7 +590,7 @@ void help_bfg() { "others,\n" " just add their real representation.\n" " -y disable the use of the above letters as placeholders\n" - " -r use a formula to explode the linearity of the generation, without loss.\n\n" + " -r use a method to delinearize the bruteforce.\n\n" "Examples:\n" " -x 3:5:a generate passwords from length 3 to 5 with all " "lowercase letters\n"