Changeset 3524


Ignore:
Timestamp:
2002-11-11T15:32:03+13:00 (21 years ago)
Author:
kjdon
Message:

added the help message for the previous change

File:
1 edited

Legend:

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

    r3523 r3524  
    7575sub BEGIN {
    7676    @ISA = ('SplitPlug');
     77}
     78
     79sub print_usage {
     80    print STDERR "\n  usage: plugin EMAILPlug [options]\n\n";
     81    print STDERR "  options:\n";
     82    print STDERR "   -process_exp      A perl regular expression used to split files\n";
     83    print STDERR "                     containing many messages into individual documents.\n\n";
     84
    7785}
    7886
Note: See TracChangeset for help on using the changeset viewer.