Skip to content
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.

Updated --tstart and --tstop help menu descriptions to match behavior. #2122

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions ethminer/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down