summaryrefslogtreecommitdiff
path: root/amixer
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2002-05-07 12:20:55 +0000
committerTakashi Iwai <tiwai@suse.de>2002-05-07 12:20:55 +0000
commit133c82b4d9facd92e38668030fc4303e987391f8 (patch)
tree1a48dbb1326ff1618cb88e7733893ce0da9554ef /amixer
parentb9f9453a9a768a1d0a20d121921a219c5e5bc297 (diff)
fixed typo: removed unnecessary arg.
Diffstat (limited to 'amixer')
-rw-r--r--amixer/amixer.c2
1 files changed, 1 insertions, 1 deletions
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 <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");