1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 08:08:10 +00:00

Add -ii in the --help text

This commit is contained in:
PenguinKeeper7 2024-03-04 23:15:38 +00:00
parent 0fb6e68c76
commit ce86bfac17

View File

@ -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 |",