mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:05:41 +01:00
fixed typo: removed unnecessary arg.
This commit is contained in:
parent
b9f9453a9a
commit
133c82b4d9
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue