Changeset 4707 for lm-sensors/trunk/prog/sensors/main.c
- Timestamp:
- 08/26/07 10:59:26 (6 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/prog/sensors/main.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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");
