diff --git a/src/fluidsynth.c b/src/fluidsynth.c index 652d1ff3..c1c1b81e 100644 --- a/src/fluidsynth.c +++ b/src/fluidsynth.c @@ -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");