Changeset 2223

Show
Ignore:
Timestamp:
01/17/04 19:06:21 (9 years ago)
Author:
khali
Message:

Add missing space in help string.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/prog/eeprom/decode-dimms.pl

    r1923 r2223  
    3939# use the following command line switches 
    4040#  -f, --format            print nice html output 
    41 #  -b, --bodyonly          don't printhtml header 
     41#  -b, --bodyonly          don't print html header 
    4242#                          (useful for postprocessing the output) 
    4343#  -c, --checksum          decode completely even if checksum fails 
     
    120120                print "Usage: $0 [-f|-b|-h]\n\n", 
    121121                        "  -f, --format            print nice html output\n", 
    122                         "  -b, --bodyonly          don't printhtml header\n", 
     122                        "  -b, --bodyonly          don't print html header\n", 
    123123                        "                          (useful for postprocessing the output)\n", 
    124124                        "  -c, --checksum          decode completely even if checksum fails\n",