Changeset 125 for util/title_testharness

Show
Ignore:
Timestamp:
10/23/06 04:46:56 (7 years ago)
Author:
peter
Message:

add help text for --compare option.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • util/title_testharness

    r122 r125  
    4747              "\t\ttest the various title-matching algorithms based on\n". 
    4848              "\t\tstdin from a list of titles {titles_file}.\n". 
    49               "\t\talgorithms:\n\t\t  '".join("'\n\t\t  '",sort keys %algorithms)."'\n"; 
     49              "\n". 
     50              "\t$0 --compare algorithm1,alghrithm2\n". 
     51              "\t\tcompare two title-matching algorithms against each other,\n". 
     52              "\t\tprinting only cases where they differ.\n". 
     53              "\n". 
     54              "\t\tAlgorithm names:\n\t\t  '".join("'\n\t\t  '",sort keys %algorithms)."'\n"; 
    5055        exit(0); 
    5156}