opj_compress: try to make help message of -c switch clearer (fixes #1117)
authorEven Rouault <even.rouault@spatialys.com>
Sat, 16 Jun 2018 14:17:58 +0000 (16:17 +0200)
committerEven Rouault <even.rouault@spatialys.com>
Sat, 16 Jun 2018 14:17:58 +0000 (16:17 +0200)
src/bin/jp2/opj_compress.c

index f6474d9773d31912ea61918d192fa204ce9b606a..3131a433429faa246346ece7c5545a19e476d20a 100644 (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");