2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-09-02 15:25:38 +00:00

Executing the set statements is an exclusive action.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4706 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2007-08-26 08:57:48 +00:00
parent 5ba408a37f
commit c91457b7de
2 changed files with 2 additions and 2 deletions

View File

@@ -125,7 +125,7 @@ static const char *daemonSyntax =
static const char *appSyntax = static const char *appSyntax =
" -a, --alarm-scan -- only scan for alarms\n" " -a, --alarm-scan -- only scan for alarms\n"
" -s, --set -- execute set statements too (root only)\n" " -s, --set -- execute set statements (root only)\n"
" -r, --rrd-file <file> -- only update RRD file\n" " -r, --rrd-file <file> -- only update RRD file\n"
" -c, --config-file <file> -- configuration file (default sensors.conf)\n" " -c, --config-file <file> -- configuration file (default sensors.conf)\n"
" -d, --debug -- display some debug information\n" " -d, --debug -- display some debug information\n"

View File

@@ -66,7 +66,7 @@ void print_long_help(void)
printf(" -c, --config-file Specify a config file (default: %s)\n", printf(" -c, --config-file Specify a config file (default: %s)\n",
DEFAULT_CONFIG_FILE); DEFAULT_CONFIG_FILE);
puts(" -h, --help Display this help text\n" puts(" -h, --help Display this help text\n"
" -s, --set Execute `set' statements too (root only)\n" " -s, --set Execute `set' statements (root only)\n"
" -f, --fahrenheit Show temperatures in degrees fahrenheit\n" " -f, --fahrenheit Show temperatures in degrees fahrenheit\n"
" -A, --no-adapter Do not show adapter for each chip\n" " -A, --no-adapter Do not show adapter for each chip\n"
" -u Raw output (debugging only)\n" " -u Raw output (debugging only)\n"