Ignore:
Timestamp:
2001-02-14T12:48:56+13:00 (23 years ago)
Author:
sjboddie
Message:

Added more usage information to all perl programs and removed a few
programs that are no longer useful.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/bin/script/buildcol.pl

    r1853 r1970  
    4444
    4545sub print_usage {
    46     print STDERR "\n  usage: $0 [options] collection-name\n\n";
     46    print STDERR "\n";
     47    print STDERR "buildcol.pl: Builds the indexes of a Greenstone collection.\n\n";
     48    print STDERR "  usage: $0 [options] collection-name\n\n";
    4749    print STDERR "  options:\n";
    4850    print STDERR "   -verbosity number     0=none, 3=lots\n";
     
    6567    print STDERR "   -out                  Filename or handle to print output status to.\n";
    6668    print STDERR "                         The default is STDERR\n";
    67     print STDERR "   -buildtype mg|mgpp    THis will override the config file setting. (default is mg)\n";
    68     print STDERR "   -no_strip_html        Do not strip the html tags from the indexed text (only used for mgpp collections).\n\n";
     69    print STDERR "   -buildtype mg|mgpp    This will override the config file setting.\n";
     70    print STDERR "                         (default is mg)\n";
     71    print STDERR "   -no_strip_html        Do not strip the html tags from the indexed text\n";
     72    print STDERR "                         (only used for mgpp collections).\n\n";
    6973}
    7074
Note: See TracChangeset for help on using the changeset viewer.