2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 06:15:15 +00:00

Mention the -U (hide unknown chips) and -a (display the

algorithm) options.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3168 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2005-11-01 17:47:20 +00:00
parent 3664b58334
commit 67adf125a0

View File

@@ -59,8 +59,14 @@ Prints a help text
Evaluates all `set' statements in the configuration file. You must probably
be `root' to do this. If this parameter is not specified, no `set' statement
is evaluated.
.IP -a
Show the algorithm for each chipset. Note that algorithms are no more named
since Linux 2.6, so this option is deprecated and will probably go away in
a near future.
.IP -A
Do not show adapter and algorithm for each chipset.
Do not show the adapter for each chipset.
.IP -U
Hide unknown chips.
.IP -u
Treats all chips as unknown ones. Output will be of much lower quality;
this option is only added for testing purposes.