diff --git a/src/core/config/usage.h b/src/core/config/usage.h index f16124cba..ae8715437 100644 --- a/src/core/config/usage.h +++ b/src/core/config/usage.h @@ -81,7 +81,7 @@ static inline const std::string &usage() u += " -t, --threads=N number of CPU threads, proper CPU affinity required for some optimizations.\n"; u += " --cpu-affinity set process affinity to CPU core(s), mask 0x3 for cores 0 and 1\n"; u += " -v, --av=N algorithm variation, 0 auto select\n"; - u += " --cpu-priority set process priority (0 idle, 2 normal to 5 highest)\n"; + u += " --cpu-priority=N set process priority (0 idle, 2 normal to 5 highest)\n"; u += " --cpu-max-threads-hint=N maximum CPU threads count (in percentage) hint for autoconfig\n"; u += " --cpu-memory-pool=N number of 2 MB pages for persistent memory pool, -1 (auto), 0 (disable)\n"; u += " --cpu-no-yield prefer maximum hashrate rather than system response/stability\n";