From: Even Rouault Date: Sat, 16 Jun 2018 14:17:58 +0000 (+0200) Subject: opj_compress: try to make help message of -c switch clearer (fixes #1117) X-Git-Tag: v2.3.1~31 X-Git-Url: https://main.carlh.net/gitweb/?p=openjpeg.git;a=commitdiff_plain;h=fd205f457b157e925e2a6eb03aba397b45b0ed4e opj_compress: try to make help message of -c switch clearer (fixes #1117) --- diff --git a/src/bin/jp2/opj_compress.c b/src/bin/jp2/opj_compress.c index f6474d97..3131a433 100644 --- a/src/bin/jp2/opj_compress.c +++ b/src/bin/jp2/opj_compress.c @@ -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 ,\n");