mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-12-02 17:12:15 +00:00
Fix typo in --help
This commit is contained in:
parent
30c899973d
commit
ebbaff32bf
1 changed files with 4 additions and 4 deletions
|
@ -1203,10 +1203,6 @@ print_help(fluid_settings_t *settings)
|
|||
" Number of audio buffers\n");
|
||||
printf(" -C, --chorus\n"
|
||||
" Turn the chorus on or off [0|1|yes|no, default = on]\n");
|
||||
#ifdef WASAPI_SUPPORT
|
||||
printf(" -D, --query-audio-devices\n"
|
||||
" Probe all available soundcards for supported modes, sample-rates and sample-formats.\n");
|
||||
#endif
|
||||
printf(" -d, --dump\n"
|
||||
" Dump incoming and outgoing MIDI events to stdout\n");
|
||||
printf(" -E, --audio-file-endian\n"
|
||||
|
@ -1244,6 +1240,10 @@ print_help(fluid_settings_t *settings)
|
|||
" Audio file format for fast rendering or aufile driver (\"help\" for list)\n");
|
||||
printf(" -p, --portname=[label]\n"
|
||||
" Set MIDI port name (alsa_seq, coremidi drivers)\n");
|
||||
#ifdef WASAPI_SUPPORT
|
||||
printf(" -Q, --query-audio-devices\n"
|
||||
" Probe all available soundcards for supported modes, sample-rates and sample-formats.\n");
|
||||
#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");
|
||||
|
|
Loading…
Reference in a new issue