]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Added sender command to help...
authorJaroslav Kysela <perex@perex.cz>
Fri, 21 Jan 2000 11:32:54 +0000 (11:32 +0000)
committerJaroslav Kysela <perex@perex.cz>
Fri, 21 Jan 2000 11:32:54 +0000 (11:32 +0000)
test/seq.c

index 149f76aa8605922c7b3efc806258e72e0af745f2..9c2faa3c548bc92552976ae88bda7980288e8a2d 100644 (file)
@@ -137,6 +137,7 @@ static void help(void)
        printf("  client [#]      show all clients or specified client\n");
        printf("  port <client> [#]  show all ports or specified port for specified client\n");
        printf("  decoder         event decoder\n");
+       printf("  sender <client.port> [<client.port>] ...   event sender\n");
 }
 
 int main(int argc, char *argv[])