Ignore:
Timestamp:
2004-03-05T10:37:38+13:00 (20 years ago)
Author:
kjdon
Message:

changed the output slightly, and now outputs the classifier/plugin description

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/classify/BasClas.pm

    r6925 r6932  
    175175    local $classifiername = $classifieroptions->{'name'};
    176176    local $classifierargs = $classifieroptions->{'args'};
    177 
     177    local $classifierdesc = $classifieroptions->{'desc'};
    178178    # Produce the usage information using the data structure above
    179179    if ($isleafclass) {
     180    if (defined($classifierdesc)) {
     181        &gsprintf(STDERR, "$classifierdesc\n\n");
     182    }
    180183    &gsprintf(STDERR, " {common.usage}: classify $classifiername [{common.options}]\n\n");
     184   
    181185    }
    182186
Note: See TracChangeset for help on using the changeset viewer.