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/mkcol.pl

    r1780 r1970  
    4343
    4444sub print_usage {
    45     print STDERR "\n  usage: $0 [options] collection-name\n\n";
     45    print STDERR "\n";
     46    print STDERR "mkcol.pl: Creates the directory structure for a new\n";
     47    print STDERR "          Greenstone collection.\n\n";
     48    print STDERR "  usage: $0 [options] collection-name\n\n";
    4649    print STDERR "  options:\n";
    4750    print STDERR "   -optionfile file    Get options from file, useful on systems where\n";
Note: See TracChangeset for help on using the changeset viewer.