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

typo in --outfile-check-timer help example

This commit is contained in:
Royce Williams 2022-07-28 06:17:54 -08:00
parent 5fa08a7989
commit 6239c49718

View File

@ -57,7 +57,7 @@ static const char *const USAGE_BIG_PRE_HASHMODES[] =
" -o, --outfile | File | Define outfile for recovered hash | -o outfile.txt", " -o, --outfile | File | Define outfile for recovered hash | -o outfile.txt",
" --outfile-format | Str | Outfile format to use, separated with commas | --outfile-format=1,3", " --outfile-format | Str | Outfile format to use, separated with commas | --outfile-format=1,3",
" --outfile-autohex-disable | | Disable the use of $HEX[] in output plains |", " --outfile-autohex-disable | | Disable the use of $HEX[] in output plains |",
" --outfile-check-timer | Num | Sets seconds between outfile checks to X | --outfile-check=30", " --outfile-check-timer | Num | Sets seconds between outfile checks to X | --outfile-check-timer=30",
" --wordlist-autohex-disable | | Disable the conversion of $HEX[] from the wordlist |", " --wordlist-autohex-disable | | Disable the conversion of $HEX[] from the wordlist |",
" -p, --separator | Char | Separator char for hashlists and outfile | -p :", " -p, --separator | Char | Separator char for hashlists and outfile | -p :",
" --stdout | | Do not crack a hash, instead print candidates only |", " --stdout | | Do not crack a hash, instead print candidates only |",