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

    r1665 r1970  
    3636use parsargv;
    3737use colcfg;
     38
     39if (scalar(@ARGV) && $ARGV[0] eq "--help") {
     40    print STDERR "\n";
     41    print STDERR "gsdlinfo.pl: Prints information on any Greenstone collections\n";
     42    print STDERR "             found on the local file system.\n\n";
     43    exit;
     44}
    3845
    3946
Note: See TracChangeset for help on using the changeset viewer.