From: Jaroslav Kysela Date: Fri, 21 Jan 2000 11:32:54 +0000 (+0000) Subject: Added sender command to help... X-Git-Tag: v1.0.3~1336 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=519d98322be585903e5ab12de3d1a4695ac571f1;p=alsa-lib.git Added sender command to help... --- diff --git a/test/seq.c b/test/seq.c index 149f76aa..9c2faa3c 100644 --- a/test/seq.c +++ b/test/seq.c @@ -137,6 +137,7 @@ static void help(void) printf(" client [#] show all clients or specified client\n"); printf(" port [#] show all ports or specified port for specified client\n"); printf(" decoder event decoder\n"); + printf(" sender [] ... event sender\n"); } int main(int argc, char *argv[])