opj_decompress -h: document -threads ALL_CPUS
authorEven Rouault <even.rouault@spatialys.com>
Fri, 6 Oct 2017 17:25:07 +0000 (19:25 +0200)
committerEven Rouault <even.rouault@spatialys.com>
Fri, 6 Oct 2017 17:25:07 +0000 (19:25 +0200)
src/bin/jp2/opj_decompress.c

index 8c5a125df7ee61cf495a868221ffd9df4b540a6d..088f3a29b5d6b69692a8be396b9c8409f0af9222 100644 (file)
@@ -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");