From 5cb14100f87daa6190a6e811e47852180ef2748a Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Tue, 31 Aug 2021 09:37:06 +0200 Subject: [PATCH] remove old option from help output --- hydra.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/hydra.c b/hydra.c index 54038da..5ffecbe 100644 --- a/hydra.c +++ b/hydra.c @@ -596,8 +596,6 @@ 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 shuffling method called 'rain' to try to break\n" - " the linearity of the bruteforce\n" "Examples:\n" " -x 3:5:a generate passwords from length 3 to 5 with all " "lowercase letters\n"