Ignore:
Timestamp:
2000-11-30T11:37:32+13:00 (23 years ago)
Author:
dmm9
Message:

Added information to the usage text about date extraction option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/BasPlug.pm

    r1686 r1718  
    7272    print STDERR "                     into a metadata field. The fields are called 'FirstNNN'.\n";
    7373    print STDERR "   -extract_email    Extract email addresses as metadata\n\n";
     74    print STDERR "   -extract_date     Extract dates pertaining to the content of documents about history.
    7475}
    7576
     
    100101             q^extract_language^, \$self->{'extract_language'},
    101102             q^first/.*/^, \$self->{'first'},
    102              q^date_extract^, \$self->{'date_extract'},
     103             q^extract_date^, \$self->{'date_extract'},
    103104             "maximum_date/\\d{4}/$year", \$self->{'max_year'},
    104105             q^no_bibliography^, \$self->{'no_biblio'},
Note: See TracChangeset for help on using the changeset viewer.