From: Jaroslav Kysela Date: Thu, 25 Aug 2022 07:33:58 +0000 (+0200) Subject: amixer: fix the help for 'events' command X-Git-Tag: v1.2.8~2 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=9a0271854f4dc08e04fdacc596ad5036dd94e5c4;p=alsa-utils.git amixer: fix the help for 'events' command Signed-off-by: Jaroslav Kysela --- diff --git a/amixer/amixer.c b/amixer/amixer.c index bcdb188..d7ef940 100644 --- a/amixer/amixer.c +++ b/amixer/amixer.c @@ -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; }