From 35af072c079b90e11f04eed2dff184964a35cd0f Mon Sep 17 00:00:00 2001 From: Austyn Herman Date: Sat, 16 Jan 2021 21:52:03 -0800 Subject: [PATCH] Updated --tstart and --tstop help menu descriptions to match behavior. --- ethminer/main.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ethminer/main.cpp b/ethminer/main.cpp index f1aec3d5b5..8d4b2f741c 100644 --- a/ethminer/main.cpp +++ b/ethminer/main.cpp @@ -1039,18 +1039,18 @@ class MinerCLI << " 0 Parallel load mode (each GPU independently)" << endl << " 1 Sequential load mode (one GPU after another)" << endl << endl - << " --tstart UINT[30 .. 100] Default = 0" << endl - << " Suspend mining on GPU which temperature is above" - << endl - << " this threshold. Implies --HWMON 1" << endl - << " If not set or zero no temp control is performed" - << endl - << " --tstop UINT[30 .. 100] Default = 40" << endl + << " --tstart UINT[30 .. 100] Default = 40" << endl << " Resume mining on previously overheated GPU when " "temp" << endl << " drops below this threshold. Implies --HWMON 1" << endl << " Must be lower than --tstart" << endl + << " --tstop UINT[30 .. 100] Default = 0" << endl + << " Suspend mining on GPU which temperature is above" + << endl + << " this threshold. Implies --HWMON 1" << endl + << " If not set or zero no temp control is performed" + << endl << " -v,--verbosity INT[0 .. 255] Default = 0 " << endl << " Set output verbosity level. Use the sum of :" << endl << " 1 to log stratum json messages" << endl