From 9a0271854f4dc08e04fdacc596ad5036dd94e5c4 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 25 Aug 2022 09:33:58 +0200 Subject: [PATCH] amixer: fix the help for 'events' command Signed-off-by: Jaroslav Kysela --- amixer/amixer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }