Changeset 2223
- Timestamp:
- 01/17/04 19:06:21 (9 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/prog/eeprom/decode-dimms.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/eeprom/decode-dimms.pl
r1923 r2223 39 39 # use the following command line switches 40 40 # -f, --format print nice html output 41 # -b, --bodyonly don't print html header41 # -b, --bodyonly don't print html header 42 42 # (useful for postprocessing the output) 43 43 # -c, --checksum decode completely even if checksum fails … … 120 120 print "Usage: $0 [-f|-b|-h]\n\n", 121 121 " -f, --format print nice html output\n", 122 " -b, --bodyonly don't print html header\n",122 " -b, --bodyonly don't print html header\n", 123 123 " (useful for postprocessing the output)\n", 124 124 " -c, --checksum decode completely even if checksum fails\n",
