Update documentation of --verbose option

This commit is contained in:
derselbst 2020-02-14 13:40:50 +01:00
parent aa3f5a52fd
commit d5424462b5
2 changed files with 2 additions and 2 deletions

View file

@ -135,7 +135,7 @@ Start FluidSynth as a server process
Audio file type for fast rendering or aufile driver ("\T help" for list)
.TP
.B \-v, \-\-verbose
Print out verbose messages about midi events
Print out verbose messages about midi events (synth.verbose=1) as well as other debug messages
.TP
.B \-V, \-\-version
Show version of program

View file

@ -1162,7 +1162,7 @@ print_help(fluid_settings_t *settings)
printf(" -T, --audio-file-type\n"
" Audio file type for fast rendering or aufile driver (\"help\" for list)\n");
printf(" -v, --verbose\n"
" Print out verbose messages about midi events\n");
" Print out verbose messages about midi events (synth.verbose=1) as well as other debug messages\n");
printf(" -V, --version\n"
" Show version of program\n");
printf(" -z, --audio-bufsize=[size]\n"