From: Takashi Iwai Date: Tue, 7 May 2002 12:20:55 +0000 (+0000) Subject: fixed typo: removed unnecessary arg. X-Git-Tag: v1.0.3~135 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=133c82b4d9facd92e38668030fc4303e987391f8;p=alsa-utils.git fixed typo: removed unnecessary arg. --- 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");