From 133c82b4d9facd92e38668030fc4303e987391f8 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 7 May 2002 12:20:55 +0000 Subject: [PATCH] fixed typo: removed unnecessary arg. --- amixer/amixer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amixer/amixer.c b/amixer/amixer.c index 9a7c81f..01c21e9 100644 --- a/amixer/amixer.c +++ b/amixer/amixer.c @@ -63,7 +63,7 @@ static int help(void) printf("Usage: amixer 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"); -- 2.47.1