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/build

    r1778 r1970  
    135135
    136136sub print_usage {
    137     print STDERR "\n  usage: $0 [options] collection-name\n\n";
     137    print STDERR "\n";
     138    print STDERR "build: Builds a Greenstone collection (i.e. runs import.pl and buildcol.pl\n";
     139    print STDERR "       then copies the resulting indexes to the correct place).\n\n";
     140    print STDERR "  usage: $0 [options] collection-name\n\n";
    138141    print STDERR "  options:\n";
    139142    print STDERR "   -optionfile file        Get options from file, useful on systems where\n";
Note: See TracChangeset for help on using the changeset viewer.