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

    r1378 r1970  
    2828
    2929
    30 # This program will find all thecollections under $GSDLHOME/collect
     30# This program will find all the collections under $GSDLHOME/collect
    3131# and use the update.pl script to update them all.  It should be run
    3232# every night to keep mirror collections up-to-date.
     
    5050
    5151sub print_usage {
    52     print STDERR "\n  usage: $0 [options]\n\n";
     52    print STDERR "\n";
     53    print STDERR "nightly.pl: Attempts to update all Greenstone collections found on\n";
     54    print STDERR "            the local filesystem by calling update.pl for each of\n";
     55    print STDERR "            them.\n\n";
     56    print STDERR "  usage: $0 [options]\n\n";
    5357    print STDERR "  options:\n";
    5458    print STDERR "   -verbosity number      0=none, 3=lots\n";
     
    100104
    101105}
    102 
    103 
    104 
    105 
    106 
Note: See TracChangeset for help on using the changeset viewer.