mirror of
https://github.com/hashcat/hashcat
synced 2024-11-24 14:27:14 +01:00
Merge pull request #1670 from Xanadrel/patch-1
--potfile-path should be File and not Dir in the --help
This commit is contained in:
commit
28bf45bb9c
@ -63,7 +63,7 @@ static const char *const USAGE_BIG[] =
|
|||||||
" --remove | | Enable removal of hashes once they are cracked |",
|
" --remove | | Enable removal of hashes once they are cracked |",
|
||||||
" --remove-timer | Num | Update input hash file each X seconds | --remove-timer=30",
|
" --remove-timer | Num | Update input hash file each X seconds | --remove-timer=30",
|
||||||
" --potfile-disable | | Do not write potfile |",
|
" --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-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",
|
" --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",
|
" --debug-mode | Num | Defines the debug mode (hybrid only by using rules) | --debug-mode=4",
|
||||||
|
Loading…
Reference in New Issue
Block a user