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

    r1461 r1970  
    3939
    4040sub print_usage {
     41    print STDERR "\n";
     42    print STDERR "cleantmp.pl: Cleans up the Greenstone tmp directory by deleting anything\n";
     43    print STDERR "             more than -expire_days days old.\n\n";
    4144    print STDERR "\n  usage: $0 [options]\n\n";
    42     print STDERR "  oprions:\n";
     45    print STDERR "  options:\n";
    4346    print STDERR "   -expire_days number   The number of days old information in the tmp\n";
    4447    print STDERR "                         directory must be before it is removed (defaults\n";
Note: See TracChangeset for help on using the changeset viewer.