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

    r1587 r1970  
    4848
    4949sub print_usage {
    50     print STDERR "\n  usage: $0 [options] collection-name\n\n";
     50    print STDERR "\n";
     51    print STDERR "import.pl: Converts documents in collections -importdir directory into\n";
     52    print STDERR "           gml documents which are written to the -archivedir directory.\n\n";
     53    print STDERR "  usage: $0 [options] collection-name\n\n";
    5154    print STDERR "  options:\n";
    5255    print STDERR "   -verbosity number      0=none, 3=lots\n";
Note: See TracChangeset for help on using the changeset viewer.