mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2024-11-15 10:50:37 +02:00
midi2osc: correct usage - the host name follows the mappings
This commit is contained in:
parent
091f93ad12
commit
c4ca7dee0c
@ -141,7 +141,7 @@ static void forward(snd_seq_t *midi, lo_address osc)
|
||||
static void usage(const char *name)
|
||||
{
|
||||
fprintf(stderr,
|
||||
"usage: %s hostname [-d] [mapping ...] [port]\n\n"
|
||||
"usage: %s [-d] [mapping ...] hostname [port]\n\n"
|
||||
" mappings are of the form\n"
|
||||
" c[<chan>][.<control>]=c<chan>[.<control>[=<value>]]\n\n"
|
||||
" -d debug mode: print all MIDI messages\n",
|
||||
|
Loading…
Reference in New Issue
Block a user