opj_compress.c: usage formatting fix
authorEven Rouault <even.rouault@spatialys.com>
Sun, 8 May 2022 17:45:42 +0000 (19:45 +0200)
committerEven Rouault <even.rouault@spatialys.com>
Sun, 8 May 2022 17:45:53 +0000 (19:45 +0200)
src/bin/jp2/opj_compress.c

index 85e1e56669705d0490816348ea84a65f029bb839..fc9b7c123426c852407cacac9e9ca18962fc9556 100644 (file)
@@ -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>> */