2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-09-03 15:55:15 +00:00

Sync of sensors -u option

Somehow, this commit seems to have failed before. Nothing major: added
an entry in the manpage, fixed a spelling error in main.c and added
a CHANGES entry.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@848 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Frodo Looijaard
2000-07-19 21:22:05 +00:00
parent 86d41cfc96
commit 63bac668c3
3 changed files with 5 additions and 1 deletions

View File

@@ -64,7 +64,7 @@ void print_long_help(void)
printf(" -c, --config-file Specify a config file\n");
printf(" -h, --help Display this help text\n");
printf(" -s, --set Execute `set' statements too (root only)\n");
printf(" -u, --unknown Treat chips as unknown one (testing only)\n");
printf(" -u, --unknown Treat chips as unknown ones (testing only)\n");
printf(" -v, --version Display the program version\n");
printf("\n");
printf("By default, a list of directories is examined for the config file `sensors.conf'\n");