diff options
author | PA4WDH | 2024-10-09 12:18:23 +0200 |
---|---|---|
committer | PA4WDH | 2024-10-09 12:18:23 +0200 |
commit | 9586b59606edcf3538428c16680a2a6eb2d7969d (patch) | |
tree | d425b3eb3b3fbd6996c1a0a645ba91498d0e4d50 /README.html | |
parent | Read scaling_max_freq every poll interval (diff) | |
download | cputemp2maxfreq-9586b59606edcf3538428c16680a2a6eb2d7969d.tar.gz cputemp2maxfreq-9586b59606edcf3538428c16680a2a6eb2d7969d.tar.bz2 cputemp2maxfreq-9586b59606edcf3538428c16680a2a6eb2d7969d.zip |
Rename config.max_freq to config.target_freq and make texts consistent with that0.7
Diffstat (limited to 'README.html')
-rw-r--r-- | README.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.html b/README.html index 77c8d09..3dbf882 100644 --- a/README.html +++ b/README.html @@ -57,7 +57,7 @@ <li><strong>-s</strong> set the step size to increase/decrease CPU speed. Note that this value will be multiplied by the difference between the CPU temperature and the set temperature to calculate the actual change.</li> - <li><strong>-t</strong> set the temperature limit</li> + <li><strong>-t</strong> set the target temperature</li> </ul> <p><strong>Logging options:</strong></p> <ul> |