Skip to content

Commit

Permalink
Update help message as Vincent suggested
Browse files Browse the repository at this point in the history
  • Loading branch information
wantehchang committed Nov 9, 2023
1 parent 6db3f05 commit 384f361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/avifenc.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ static void syntaxLong(void)
AVIF_SPEED_FASTEST);
printf("\n");
printf("Advanced options:\n");
printf(" -j,--jobs J : Number of jobs (worker threads). Use \"all\" to use all available cores (default: all)\n");
printf(" -j,--jobs J : Number of jobs (worker threads). Use \"all\" to potentially use as many cores as possible (default: all)\n");
printf(" --no-overwrite : Never overwrite existing output file\n");
printf(" -o,--output FILENAME : Instead of using the last filename given as output, use this filename\n");
#if defined(AVIF_ENABLE_EXPERIMENTAL_AVIR)
Expand Down

0 comments on commit 384f361

Please sign in to comment.