Ignore:
Timestamp:
2010-08-10T14:28:36+12:00 (14 years ago)
Author:
kjdon
Message:

changed output options from pagedimage to pagedimg so they match convert_to options of plugins

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/bin/script/gsConvert.pl

    r22568 r22596  
    8282    }
    8383    print STDERR "\t-errlog\t<filename>\t(append err messages)\n";
    84     print STDERR "\t-output\tauto|html|text|pagedimage_jpg|pagedimage_gif|pagedimage_png\t(output file type)\n";
     84    print STDERR "\t-output\tauto|html|text|pagedimg_jpg|pagedimg_gif|pagedimg_png\t(output file type)\n";
    8585    print STDERR "\t-timeout\t<max cpu seconds>\t(ulimit on unix systems)\n";
    8686    print STDERR "\t-use_strings\tuse strings to extract text if conversion fails\n";
     
    128128             $parse_type, \$input_type,
    129129             '/errlog/.*/', \$faillogfile,
    130              'output/(auto|html|text|pagedimage).*/', \$output_type,
     130             'output/(auto|html|text|pagedimg).*/', \$output_type,
    131131             'timeout/\d+/0',\$timeout,
    132132             'verbose/\d+/0', \$verbose,
Note: See TracChangeset for help on using the changeset viewer.