summaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2017-10-06 19:25:07 +0200
committerEven Rouault <even.rouault@spatialys.com>2017-10-06 19:25:07 +0200
commite8b6b54d1f7a2c3d501b9afebe9019ad14f4053a (patch)
tree276b8b9ab2fb150d188c270cfb5c6018a89345f0 /src/bin
parentacd915080e7a63d1892171533ec245e629c88116 (diff)
opj_decompress -h: document -threads ALL_CPUS
Diffstat (limited to 'src/bin')
-rw-r--r--src/bin/jp2/opj_decompress.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/jp2/opj_decompress.c b/src/bin/jp2/opj_decompress.c
index 8c5a125d..088f3a29 100644
--- a/src/bin/jp2/opj_decompress.c
+++ b/src/bin/jp2/opj_decompress.c
@@ -242,8 +242,8 @@ static void decode_help_display(void)
" -split-pnm\n"
" Split output components to different files when writing to PNM\n");
if (opj_has_thread_support()) {
- fprintf(stdout, " -threads <num_threads>\n"
- " Number of threads to use for decoding.\n");
+ fprintf(stdout, " -threads <num_threads|ALL_CPUS>\n"
+ " Number of threads to use for decoding or ALL_CPUS for all available cores.\n");
}
fprintf(stdout, " -quiet\n"
" Disable output from the library and other output.\n");