From 5f735dadae60eba9f7f8faf9aa3412660e22605b Mon Sep 17 00:00:00 2001 From: jsteube Date: Sat, 4 Nov 2023 13:16:56 +0000 Subject: [PATCH] Add usage entry for new --dynamic-x parameter --- src/usage.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/usage.c b/src/usage.c index e81ad2c04..7cbf22348 100644 --- a/src/usage.c +++ b/src/usage.c @@ -66,6 +66,7 @@ static const char *const USAGE_BIG_PRE_HASHMODES[] = " --show | | Compare hashlist with potfile; show cracked hashes |", " --left | | Compare hashlist with potfile; show uncracked hashes |", " --username | | Enable ignoring of usernames in hashfile |", + " --dynamic-x | | Ignore $dynamic_X$ prefix in hashes |", " --remove | | Enable removal of hashes once they are cracked |", " --remove-timer | Num | Update input hash file each X seconds | --remove-timer=30", " --potfile-disable | | Do not write potfile |",