1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-26 00:18:36 +00:00

fix usage for encoding-to

This commit is contained in:
Royce Williams 2017-04-14 06:41:32 -08:00
parent 7cabb848d2
commit 54aaa1597e

View File

@ -62,7 +62,7 @@ static const char *USAGE_BIG[] =
" --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 | Dir | 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-from | 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",
" --debug-file | File | Output file for debugging rules | --debug-file=good.log", " --debug-file | File | Output file for debugging rules | --debug-file=good.log",
" --induction-dir | Dir | Specify the induction directory to use for loopback | --induction=inducts", " --induction-dir | Dir | Specify the induction directory to use for loopback | --induction=inducts",