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

    r1533 r1970  
    5555
    5656sub print_usage {
    57     print STDERR "\n  usage: $0 [options] collection-name\n\n";
     57    print STDERR "\n";
     58    print STDERR "update.pl: Updates a collection if it has been set up to mirror\n";
     59    print STDERR "           a website. Calls mirror.pl to do the mirroring.\n\n";
     60    print STDERR "  usage: $0 [options] collection-name\n\n";
    5861    print STDERR "  options:\n";
    5962    print STDERR "   -verbosity number      0=none, 3=lots\n";
Note: See TracChangeset for help on using the changeset viewer.