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 \n"); fprintf(stdout, " Add in the comment marker segment.\n"); if (opj_has_thread_support()) { - fprintf(stdout, " -threads \n" + fprintf(stdout, "-threads \n" " Number of threads to use for encoding or ALL_CPUS for all available cores.\n"); } /* UniPG>> */