Fixed help

This commit is contained in:
Jaroslav Kysela 2002-03-07 10:16:07 +00:00
parent 45dfa6ee1b
commit 51b7d15a60

View File

@ -15,7 +15,7 @@ static void usage(void)
fprintf(stderr, " -O node : test output node\n");
fprintf(stderr, " -t: test midi thru\n");
fprintf(stderr, " example:\n");
fprintf(stderr, " rawmidi -i 0 0 -o /dev/midi1\n");
fprintf(stderr, " rawmidi -i hw:0,0 -o /dev/midi1\n");
fprintf(stderr, " tests input for card 0, device 0, using snd_rawmidi API\n");
fprintf(stderr, " and /dev/midi1 using file desciptors\n");
}