From fd205f457b157e925e2a6eb03aba397b45b0ed4e Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sat, 16 Jun 2018 16:17:58 +0200 Subject: [PATCH] opj_compress: try to make help message of -c switch clearer (fixes #1117) --- src/bin/jp2/opj_compress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.30.2