mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-15 08:56:36 -05:00
Fixed help
This commit is contained in:
parent
45dfa6ee1b
commit
51b7d15a60
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ static void usage(void)
|
||||||
fprintf(stderr, " -O node : test output node\n");
|
fprintf(stderr, " -O node : test output node\n");
|
||||||
fprintf(stderr, " -t: test midi thru\n");
|
fprintf(stderr, " -t: test midi thru\n");
|
||||||
fprintf(stderr, " example:\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, " tests input for card 0, device 0, using snd_rawmidi API\n");
|
||||||
fprintf(stderr, " and /dev/midi1 using file desciptors\n");
|
fprintf(stderr, " and /dev/midi1 using file desciptors\n");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue