From c19fe3cea7d38db42019e5ba74b1729c394790d8 Mon Sep 17 00:00:00 2001 From: XMRig Date: Sat, 20 May 2017 23:38:05 +0300 Subject: [PATCH] Add "--nicehash" to help output. --- options.c | 1 + 1 file changed, 1 insertion(+) diff --git a/options.c b/options.c index eb97c2b7..eb88bcb0 100644 --- a/options.c +++ b/options.c @@ -79,6 +79,7 @@ Options:\n\ -c, --config=FILE load a JSON-format configuration file\n\ --max-cpu-usage=N maximum CPU usage for automatic threads mode (default 75)\n\ --safe safe adjust threads and av settings for current CPU\n\ + --nicehash enable nicehash support\n\ -h, --help display this help and exit\n\ -V, --version output version information and exit\n\ ";