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

    r1452 r1970  
    3535
    3636sub print_usage {
    37     print STDERR "\n  usage: $0 [options] collection-name\n\n";
     37    print STDERR "\n";
     38    print STDERR "delcol.pl: Deletes (forever) a collection.\n\n";
     39    print STDERR "  usage: $0 [options] collection-name\n\n";
    3840    print STDERR "  options:\n";
    3941    print STDERR "   -f                     Force deletion of collection without prompting\n\n";
Note: See TracChangeset for help on using the changeset viewer.