From: philsmd Date: Tue, 5 Jan 2016 09:29:05 +0000 (+0100) Subject: the parameter --opencl-platform takes a number, not a string X-Git-Tag: v3.00-beta~547^2 X-Git-Url: https://www.flypig.org.uk/git/?a=commitdiff_plain;h=8bf3bdbf1b55f30513ad4d2b0eab9320338fe9e6;p=hashcat.git the parameter --opencl-platform takes a number, not a string --- diff --git a/src/oclHashcat.c b/src/oclHashcat.c index 309214d..7eeb5f9 100644 --- a/src/oclHashcat.c +++ b/src/oclHashcat.c @@ -384,7 +384,7 @@ const char *USAGE_BIG[] = " --bitmap-max=NUM Maximum number of bits allowed for bitmaps", " --cpu-affinity=STR Locks to CPU devices, seperate with comma", " -d, --opencl-devices=STR OpenCL devices to use, separate with comma", - " --opencl-platform=STR OpenCL platform to use, in case multiple OpenCL platforms are present", + " --opencl-platform=NUM OpenCL platform to use, in case multiple OpenCL platforms are present", " -w, --workload-profile=NUM Enable a specific workload profile, see references below", " -n, --kernel-accel=NUM Workload tuning: 1, 8, 40, 80, 160", " -u, --kernel-loops=NUM Workload fine-tuning: 8 - 1024",