1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-18 11:40:58 +00:00

Merge pull request #65 from philsmd/pr-help-typo

typo found in help: seperate -> separate
This commit is contained in:
Jens Steube 2016-01-07 20:08:37 +01:00
commit c438112d20

View File

@ -375,14 +375,14 @@ const char *USAGE_BIG[] =
" --induction-dir=FOLDER Specify induction directory to use, default is $session.induct", " --induction-dir=FOLDER Specify induction directory to use, default is $session.induct",
" --outfile-check-dir=FOLDER Specify the outfile directory which should be monitored, default is $session.outfiles", " --outfile-check-dir=FOLDER Specify the outfile directory which should be monitored, default is $session.outfiles",
" --logfile-disable Disable the logfile", " --logfile-disable Disable the logfile",
" --truecrypt-keyfiles=FILE Keyfiles used, seperate with comma", " --truecrypt-keyfiles=FILE Keyfiles used, separate with comma",
"", "",
"* Resources:", "* Resources:",
"", "",
" -c, --segment-size=NUM Size in MB to cache from the wordfile", " -c, --segment-size=NUM Size in MB to cache from the wordfile",
" --bitmap-min=NUM Minimum number of bits allowed for bitmaps", " --bitmap-min=NUM Minimum number of bits allowed for bitmaps",
" --bitmap-max=NUM Maximum number of bits allowed for bitmaps", " --bitmap-max=NUM Maximum number of bits allowed for bitmaps",
" --cpu-affinity=STR Locks to CPU devices, seperate with comma", " --cpu-affinity=STR Locks to CPU devices, separate with comma",
" -d, --opencl-devices=STR OpenCL devices to use, separate with comma", " -d, --opencl-devices=STR OpenCL devices to use, separate with comma",
" --opencl-platform=NUM OpenCL platform to use, in case multiple platforms are present", " --opencl-platform=NUM OpenCL platform to use, in case multiple platforms are present",
" -w, --workload-profile=NUM Enable a specific workload profile, see references below", " -w, --workload-profile=NUM Enable a specific workload profile, see references below",