opj_compress: try to make help message of -c switch clearer (fixes #1117)

This commit is contained in:
Even Rouault 2018-06-16 16:17:58 +02:00
parent 2c7eb4fed9
commit fd205f457b
No known key found for this signature in database
GPG Key ID: 33EBBFC47B3DD87D
1 changed files with 1 additions and 1 deletions

View File

@ -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");