From 3466e5eb5a3693e81eb58ade7c9409e1934ee3e2 Mon Sep 17 00:00:00 2001 From: Xanadrel Date: Sat, 25 Aug 2018 00:14:51 +0200 Subject: [PATCH] --potfile-path should be File and not Dir in the --help --- src/usage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/usage.c b/src/usage.c index 687df0918..0fa380260 100644 --- a/src/usage.c +++ b/src/usage.c @@ -63,7 +63,7 @@ static const char *const USAGE_BIG[] = " --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 |", - " --potfile-path | Dir | Specific path to potfile | --potfile-path=my.pot", + " --potfile-path | File | Specific path to potfile | --potfile-path=my.pot", " --encoding-from | Code | Force internal wordlist encoding from X | --encoding-from=iso-8859-15", " --encoding-to | Code | Force internal wordlist encoding to X | --encoding-to=utf-32le", " --debug-mode | Num | Defines the debug mode (hybrid only by using rules) | --debug-mode=4",