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

    r1461 r1970  
    4747
    4848sub print_usage {
    49     print STDERR "\n  usage: $0 [options] collection-name\n\n";
     49    print STDERR "\n";
     50    print STDERR "cancel_build.pl: Cancel a build in progress. This script is\n";
     51    print STDERR "                 called from the collector and is not intended\n";
     52    print STDERR "                 for general use.\n\n";
     53    print STDERR "  usage: $0 [options] collection-name\n\n";
    5054    print STDERR "  options:\n";
    5155    print STDERR "   -collectdir directory  Collection directory (defaults to " .
Note: See TracChangeset for help on using the changeset viewer.