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

    r1485 r1970  
    4040
    4141sub print_usage {
     42    print STDERR "\n";
     43    print STDERR "filecopy.pl: Recursively copies files into a collections import directory.\n\n";
    4244    print STDERR "\n  usage: $0 [options] [directories] collection-name\n\n";
    4345
     
    4547    print STDERR "   -collectdir directory   Collection directory (defaults to " .
    4648    &util::filename_cat ($ENV{'GSDLHOME'}, "collect") . ")\n";
    47     print STDERR "   -out                  Filename or handle to print output status to.\n";
    48     print STDERR "                         The default is STDERR\n\n";
     49    print STDERR "   -out                    Filename or handle to print output status to.\n";
     50    print STDERR "                           The default is STDERR\n\n";
    4951}
    5052
Note: See TracChangeset for help on using the changeset viewer.