From 6239c4971891185d44e78f795019e8f458b3559f Mon Sep 17 00:00:00 2001 From: Royce Williams Date: Thu, 28 Jul 2022 06:17:54 -0800 Subject: [PATCH] typo in --outfile-check-timer help example --- src/usage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/usage.c b/src/usage.c index 11f31f290..ef339e4cb 100644 --- a/src/usage.c +++ b/src/usage.c @@ -57,7 +57,7 @@ static const char *const USAGE_BIG_PRE_HASHMODES[] = " -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-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 |", " -p, --separator | Char | Separator char for hashlists and outfile | -p :", " --stdout | | Do not crack a hash, instead print candidates only |",