mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:25:42 +01:00
amixer: fix the help for 'events' command
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
62cd05a929
commit
9a0271854f
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ static int help(void)
|
|||
printf(" cget cID get control contents for one control\n");
|
||||
printf("\nAvailable advanced commands:\n");
|
||||
printf(" sevents show the mixer events for simple controls\n");
|
||||
printf(" events show the mixer events for simple controls\n");
|
||||
printf(" events show the mixer events for controls\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue