]> git.alsa-project.org Git - alsa-utils.git/commitdiff
fixed typo: removed unnecessary arg.
authorTakashi Iwai <tiwai@suse.de>
Tue, 7 May 2002 12:20:55 +0000 (12:20 +0000)
committerTakashi Iwai <tiwai@suse.de>
Tue, 7 May 2002 12:20:55 +0000 (12:20 +0000)
amixer/amixer.c

index 9a7c81f89b1519916755e00af5a7685d87e8b9eb..01c21e9457462b66485ecb2a423976e87007bb72 100644 (file)
@@ -63,7 +63,7 @@ static int help(void)
        printf("Usage: amixer <options> command\n");
        printf("\nAvailable options:\n");
        printf("  -h,--help       this help\n");
-       printf("  -c,--card N     select the card\n", card);
+       printf("  -c,--card N     select the card\n");
        printf("  -D,--device N   select the device, default '%s'\n", card);
        printf("  -d,--debug      debug mode\n");
        printf("  -v,--version    print version of this program\n");