diff options
Diffstat (limited to 'amixer')
-rw-r--r-- | amixer/amixer.c | 2 |
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"); |