[libng16] Fixed typo in png-fix-too-far-back "usage" output

This commit is contained in:
Glenn Randers-Pehrson 2013-05-09 08:49:42 -05:00
parent bb8d4f76f4
commit 7fc85a3f46

View File

@ -999,7 +999,7 @@ usage(const char *prog, int rc)
fprintf(stderr, fprintf(stderr,
" --warnings (-w): Output warnings from libpng.\n" " --warnings (-w): Output warnings from libpng.\n"
" --verbose (-v): Output more verbose messages.\n" " --verbose (-v): Output more verbose messages.\n"
" --max=<number>: Output IDAT chunks sized <mumber>. If not given the\n" " --max=<number>: Output IDAT chunks sized <number>. If not given the\n"
" the IDAT chunks will be the maximum size permitted\n" " the IDAT chunks will be the maximum size permitted\n"
" (2^31-1 bytes.)\n" " (2^31-1 bytes.)\n"
" --out=<file>: Save the result for the next PNG to <file>.\n" " --out=<file>: Save the result for the next PNG to <file>.\n"
@ -1039,7 +1039,7 @@ usage(const char *prog, int rc)
fprintf(stderr, fprintf(stderr,
" image-bits: The window bits value corresponding to the size of the\n" " image-bits: The window bits value corresponding to the size of the\n"
" uncompressed PNG image data. When --optimize is not\n" " uncompressed PNG image data. When --optimize is not\n"
" given but --strip is this value will be used if lower\n" " given but --strip is, this value will be used if lower\n"
" than the current value.\n" " than the current value.\n"
" opt-flag: < if the optimized bit value is less than that implied by\n" " opt-flag: < if the optimized bit value is less than that implied by\n"
" the PNG image size (opt-bits < image-bits)\n" " the PNG image size (opt-bits < image-bits)\n"