mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-08 00:31:11 +00:00
Update documentation of --verbose option
This commit is contained in:
parent
aa3f5a52fd
commit
d5424462b5
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue