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

    r1960 r1970  
    4949sub print_usage
    5050{
    51     print STDERR "Usage: $0 [options] filename\n";
    52     print STDERR "Options are:\n\t-type\tdoc|pdf\n\t-output\thtml|text\n";
     51    print STDERR "\n";
     52    print STDERR "gsConvert.pl: Converts documents in a range of formats to html\n";
     53    print STDERR "              or text using third-party programs.\n\n";
     54    print STDERR "  usage: $0 [options] filename\n";
     55    print STDERR "  options:\n\t-type\tdoc|pdf\n\t-output\thtml|text\n";
    5356    print STDERR "\t-timeout\t<max cpu seconds>\n";
    5457    exit(1);
Note: See TracChangeset for help on using the changeset viewer.