diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-06-16 16:17:58 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-06-16 16:17:58 +0200 |
| commit | fd205f457b157e925e2a6eb03aba397b45b0ed4e (patch) | |
| tree | 03eb964a890571c557ac28e961dd58efed3b227f /src | |
| parent | 2c7eb4fed9cbed43ae402840f6706998ce2dd1c4 (diff) | |
opj_compress: try to make help message of -c switch clearer (fixes #1117)
Diffstat (limited to 'src')
| -rw-r--r-- | src/bin/jp2/opj_compress.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <tile width>,<tile height>\n"); |
