From ce86bfac1737691a78b676a937faaafbc2f7737e Mon Sep 17 00:00:00 2001 From: PenguinKeeper7 Date: Mon, 4 Mar 2024 23:15:38 +0000 Subject: [PATCH] Add -ii in the --help text --- src/usage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/usage.c b/src/usage.c index c25979d96..5d00ace6d 100644 --- a/src/usage.c +++ b/src/usage.c @@ -132,7 +132,7 @@ static const char *const USAGE_BIG_PRE_HASHMODES[] = " -4, --custom-charset4 | CS | User-defined charset ?4 |", " --identify | | Shows all supported algorithms for input hashes | --identify my.hash", " -i, --increment | | Enable mask increment mode |", - " --increment-inverse | | Increment from right-to-left |", + " -ii,--increment-inverse | | Increment from right-to-left |", " --increment-min | Num | Start mask incrementing at X | --increment-min=4", " --increment-max | Num | Stop mask incrementing at X | --increment-max=8", " -S, --slow-candidates | | Enable slower (but advanced) candidate generators |",