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