Skip to content

Commit bbb7550

Browse files
Calinoukornelski
authored andcommitted
Improve grammar in cjpeg's -nojfif help message
1 parent d48cfe5 commit bbb7550

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cjpeg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ usage(void)
202202
fprintf(stderr, " -tune-ms-ssim Tune trellis optimization for MS-SSIM\n");
203203
fprintf(stderr, "Switches for advanced users:\n");
204204
fprintf(stderr, " -noovershoot Disable black-on-white deringing via overshoot\n");
205-
fprintf(stderr, " -nojfif Do not write JFIF. Reduce size in 18 bytes but break standar. No know problems in web use.\n");
205+
fprintf(stderr, " -nojfif Do not write JFIF (reduces size by 18 bytes but breaks standards; no known problems in Web browsers)\n");
206206
#ifdef C_ARITH_CODING_SUPPORTED
207207
fprintf(stderr, " -arithmetic Use arithmetic coding\n");
208208
#endif

0 commit comments

Comments
 (0)