mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-08 22:55:42 +01:00
Add a missing letter 'e'
Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
This commit is contained in:
parent
c7faadde2d
commit
7de47ff37b
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ static void usage(void)
|
|||
fprintf(stderr, "aconnect - ALSA sequencer connection manager\n");
|
||||
fprintf(stderr, "Copyright (C) 1999-2000 Takashi Iwai\n");
|
||||
fprintf(stderr, "Usage:\n");
|
||||
fprintf(stderr, " * Connection/disconnection betwen two ports\n");
|
||||
fprintf(stderr, " * Connection/disconnection between two ports\n");
|
||||
fprintf(stderr, " aconnect [-options] sender receiver\n");
|
||||
fprintf(stderr, " sender, receiver = client:port pair\n");
|
||||
fprintf(stderr, " -d,--disconnect disconnect\n");
|
||||
|
|
Loading…
Reference in a new issue