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

    r1885 r1970  
    4141
    4242sub print_usage {
    43     print STDERR "
    44   usage: $0 [options] classifier
    45 
    46   options:
    47    -collect collection-name  Giving a collection name will make
    48                              classinfo.pl look in
    49                              collect/collection-name/perllib/classify
    50                              first. If it doesn't find it there it will
    51                              look in the general perllib/classify directory.
    52 
    53 ";
     43    print STDERR "\n";
     44    print STDERR "classinfo.pl: Prints information about a classifier.\n\n";
     45    print STDERR "  usage: $0 [options] classifier\n\n";
     46    print STDERR "  options:\n";
     47    print STDERR "   -collect collection-name  Giving a collection name will make\n";
     48    print STDERR "         classinfo.pl look in collect/collection-name/perllib/classify\n";
     49    print STDERR "         first. If it doesn't find it there it will look in the general\n";
     50    print STDERR "         perllib/classify directory.\n\n";
    5451}
    55 
    5652
    5753&main ();
Note: See TracChangeset for help on using the changeset viewer.