Skip to content

Commit

Permalink
opj_compress: try to make help message of -c switch clearer (fixes #1117
Browse files Browse the repository at this point in the history
)
  • Loading branch information
rouault committed Jun 16, 2018
1 parent 2c7eb4f commit fd205f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/jp2/opj_compress.c
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ static void encode_help_display(void)
fprintf(stdout,
" to the highest resolution level and subsequent records to lower \n");
fprintf(stdout,
" resolution levels. The last specified record is right-shifted for each \n");
" resolution levels. The last specified record is halved successively for each \n");
fprintf(stdout, " remaining lower resolution levels.\n");
fprintf(stdout, " Default: 2^15x2^15 at each resolution.\n");
fprintf(stdout, "-t <tile width>,<tile height>\n");
Expand Down

0 comments on commit fd205f4

Please sign in to comment.