diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2022-05-08 19:45:42 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2022-05-08 19:45:53 +0200 |
| commit | 76c6a257264da40fff1805cfc957536af451faff (patch) | |
| tree | b1d29245a33f4ac54e3b25ac7391d68ac2e53e12 /src | |
| parent | 576f72112e33e47152bbaa9630db6bfa949aa0aa (diff) | |
opj_compress.c: usage formatting fix
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 85e1e566..fc9b7c12 100644 --- a/src/bin/jp2/opj_compress.c +++ b/src/bin/jp2/opj_compress.c @@ -313,7 +313,7 @@ static void encode_help_display(void) fprintf(stdout, "-C <comment>\n"); fprintf(stdout, " Add <comment> in the comment marker segment.\n"); if (opj_has_thread_support()) { - fprintf(stdout, " -threads <num_threads|ALL_CPUS>\n" + fprintf(stdout, "-threads <num_threads|ALL_CPUS>\n" " Number of threads to use for encoding or ALL_CPUS for all available cores.\n"); } /* UniPG>> */ |
