updated man page and CLI help, option: -p, --portname

This commit is contained in:
Pedro Lopez-Cabanillas 2009-02-02 21:48:08 +00:00
parent ecd0da8ba9
commit 7f3e9a171f
2 changed files with 2 additions and 2 deletions

View file

@ -107,7 +107,7 @@ Don't create a midi driver to read MIDI input events [default = yes]
Define a setting, \-o name=value ("\-o help" to dump current values)
.TP
.B \-p, \-\-portname=[label]
Set alsa midi port name
Set MIDI port name (alsa_seq, coremidi drivers)
.TP
.B \-R, \-\-reverb
Turn the reverb on or off [0|1|yes|no, default = on]

View file

@ -693,7 +693,7 @@ print_help()
printf(" -n, --no-midi-in\n"
" Don't create a midi driver to read MIDI input events [default = yes]\n");
printf(" -p, --portname=[label]\n"
" Set alsa midi port name\n");
" Set MIDI port name (alsa_seq, coremidi drivers)\n");
printf(" -o\n"
" Define a setting, -o name=value (\"-o help\" to dump current values)\n");
printf(" -R, --reverb\n"