Skip to content

Commit

Permalink
Fix typo in --help text
Browse files Browse the repository at this point in the history
  • Loading branch information
derselbst committed Jan 25, 2025
1 parent 640af85 commit 431ee2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fluidsynth.c
Original file line number Diff line number Diff line change
Expand Up @@ -1283,7 +1283,7 @@ print_help(fluid_settings_t *settings)
#endif
printf(" -q, --quiet\n"
" Do not print welcome message or other informational output\n"
" (Windows only: also suppress all log messages lower than PANIC\n");
" (Windows only: also suppress all log messages lower than PANIC)\n");
printf(" -r, --sample-rate\n"
" Set the sample rate\n");
printf(" -R, --reverb\n"
Expand Down

0 comments on commit 431ee2e

Please sign in to comment.