amixer: fix the help for 'events' command

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2022-08-25 09:33:58 +02:00
parent 62cd05a929
commit 9a0271854f

View file

@ -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;
}