1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2024-11-15 10:30:37 +02:00

midi2osc: correct usage - the host name follows the mappings

This commit is contained in:
Werner Almesberger 2012-01-22 16:21:23 -03:00
parent 091f93ad12
commit c4ca7dee0c

View File

@ -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",