Fix typo in --help

This commit is contained in:
Tom M 2021-04-08 13:30:40 +02:00 committed by GitHub
parent 30c899973d
commit ebbaff32bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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");