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

    r1870 r1970  
    6767
    6868sub print_usage {
    69     print STDERR "\n  usage: $0 [options]\n\n";
     69    print STDERR "\n";
     70    print STDERR "makemapfile.pl: Creates unicode map (.ump) files from plain\n";
     71    print STDERR "                text code pages.\n\n";
     72    print STDERR "  usage: $0 [options]\n\n";
    7073    print STDERR "  options:\n";
    7174    print STDERR "   -encoding name\n";
    72     print STDERR "   -mapfile  text file from which to create binary\n\n";
     75    print STDERR "   -mapfile  text file from which to create binary ump file\n\n";
    7376}
    7477
Note: See TracChangeset for help on using the changeset viewer.