opj_compress.c: usage formatting fix

This commit is contained in:
Even Rouault 2022-05-08 19:45:42 +02:00
parent 576f72112e
commit 76c6a25726
No known key found for this signature in database
GPG Key ID: 33EBBFC47B3DD87D
1 changed files with 1 additions and 1 deletions

View 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>> */