Changeset 4707
- Timestamp:
- 08/26/07 10:59:26 (6 years ago)
- Location:
- lm-sensors/trunk/prog
- Files:
-
- 2 modified
-
sensord/args.c (modified) (1 diff)
-
sensors/main.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/sensord/args.c
r2503 r4707 126 126 static const char *appSyntax = 127 127 " -a, --alarm-scan -- only scan for alarms\n" 128 " -s, --set -- execute set statements too(root only)\n"128 " -s, --set -- execute set statements (root only)\n" 129 129 " -r, --rrd-file <file> -- only update RRD file\n" 130 130 " -c, --config-file <file> -- configuration file (default sensors.conf)\n" -
lm-sensors/trunk/prog/sensors/main.c
r4680 r4707 69 69 printf(" -c, --config-file Specify a config file (default: " ETCDIR "/" DEFAULT_CONFIG_FILE_NAME ")\n"); 70 70 printf(" -h, --help Display this help text\n"); 71 printf(" -s, --set Execute `set' statements too(root only)\n");71 printf(" -s, --set Execute `set' statements (root only)\n"); 72 72 printf(" -f, --fahrenheit Show temperatures in degrees fahrenheit\n"); 73 73 printf(" -A, --no-adapter Do not show adapter for each chip\n");
