From: philsmd Date: Thu, 7 Jan 2016 15:48:50 +0000 (+0100) Subject: typo X-Git-Tag: v3.00-beta~538^2 X-Git-Url: https://www.flypig.org.uk/git/?a=commitdiff_plain;h=6fcc3f272830b3d5b77978f00bad985cef9bd79b;p=hashcat.git typo --- diff --git a/src/oclHashcat.c b/src/oclHashcat.c index 63a8d6f..0469d4e 100644 --- a/src/oclHashcat.c +++ b/src/oclHashcat.c @@ -375,14 +375,14 @@ const char *USAGE_BIG[] = " --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", " --logfile-disable Disable the logfile", - " --truecrypt-keyfiles=FILE Keyfiles used, seperate with comma", + " --truecrypt-keyfiles=FILE Keyfiles used, separate with comma", "", "* Resources:", "", " -c, --segment-size=NUM Size in MB to cache from the wordfile", " --bitmap-min=NUM Minimum 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", " --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",