diff options
author | PA4WDH | 2024-09-01 19:33:12 +0200 |
---|---|---|
committer | PA4WDH | 2024-09-01 19:33:12 +0200 |
commit | 1303d8b0c6ab477032bde5c9c7e7502dde6acada (patch) | |
tree | 013a64d7fa11af81d6899e6c5a33cb5d6d27d587 | |
parent | Update man page (diff) | |
download | cputemp2maxfreq-0.6.tar.gz cputemp2maxfreq-0.6.tar.bz2 cputemp2maxfreq-0.6.zip |
Update README.html0.6
-rw-r--r-- | README.html | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/README.html b/README.html index bbc6192..77c8d09 100644 --- a/README.html +++ b/README.html @@ -48,7 +48,12 @@ <li>The word "auto" triggers autodetection</li> </ul> </li> + <li><strong>-k</strong> keep the last state instead of setting minimum speedi + on exit</li> <li><strong>-p</strong> set poll interval</li> + <li><strong>-P</strong> set the Physical CPU numer (socket numer) for multi + CPU systems. Note that this is only needed for systems with more than one + physical CPU's, it's not needed for multi Core CPU's.</li> <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> @@ -70,6 +75,11 @@ <li><strong>-u</strong> use unix timestamps in log and CSV outputs instead of YYYY-MM-DD HH:MM:SS</li> </ul> +<p><strong>Other options</strong></p> +<ul> + <li><strong>-h</strong> displays a help text listing all the options</li> + <li><strong>-v</strong> displays version and license information.</li> +</ul> <p> To use the CSV file with libreOffice first stop the daemon to make sure all data has been written. Then use LibreOffice Calc to open the CSV file. In the @@ -153,7 +163,7 @@ </p> <p> This program is distributed as Free Software under the GPL version 3, see the - <a href="../tree/README.html">COPYING file</a> for details. + <a href="../tree/COPYING">COPYING file</a> for details. </p> <p> Since i'm a Gentoo user there is a topic about this program on the |