From f2bf6c97bee0db48e18dc2156bb428b9e9e8f680 Mon Sep 17 00:00:00 2001 From: Jeff McJunkin Date: Mon, 12 Sep 2016 18:10:39 -0700 Subject: [PATCH] Update usage.c: Correct typo in --bitmap-max --- src/usage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/usage.c b/src/usage.c index 269ef8f35..b1bab53dc 100644 --- a/src/usage.c +++ b/src/usage.c @@ -71,7 +71,7 @@ static const char *USAGE_BIG[] = " -b, --benchmark | | Run benchmark |", " -c, --segment-size | Num | Sets size in MB to cache from the wordfile to X | -c 32", " --bitmap-min | Num | Sets minimum bits allowed for bitmaps to X | --bitmap-min=24", - " --bitmap-max | Num | Sets maximum bits allowed for bitmaps to X | --bitmap-min=24", + " --bitmap-max | Num | Sets maximum bits allowed for bitmaps to X | --bitmap-max=24", " --cpu-affinity | Str | Locks to CPU devices, separate with comma | --cpu-affinity=1,2,3", " --opencl-platforms | Str | OpenCL platforms to use, separate with comma | --opencl-platforms=2", " -d, --opencl-devices | Str | OpenCL devices to use, separate with comma | -d 1",