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

    r1244 r1970  
    4242
    4343sub print_usage {
    44     print STDERR "\n  usage: $0 [options] plugin\n\n";
     44    print STDERR "\n";
     45    print STDERR "pluginfo.pl: Prints information about a plugin.\n\n";
     46    print STDERR "  usage: $0 [options] plugin\n\n";
    4547    print STDERR "  options:\n";
    4648    print STDERR "   -collect collection-name  Giving a collection name will make pluginfo.pl\n";
Note: See TracChangeset for help on using the changeset viewer.