Changeset 12616


Ignore:
Timestamp:
2006-08-30T16:03:48+12:00 (18 years ago)
Author:
kjdon
Message:

now accepts -h as well as --help

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/bin/script/gsdlinfo.pl

    r1970 r12616  
    3737use colcfg;
    3838
    39 if (scalar(@ARGV) && $ARGV[0] eq "--help") {
     39if (scalar(@ARGV) && ($ARGV[0] eq "--help" || $ARGV[0] eq "-h")) {
    4040    print STDERR "\n";
    4141    print STDERR "gsdlinfo.pl: Prints information on any Greenstone collections\n";
Note: See TracChangeset for help on using the changeset viewer.