From 6d32e055d73edfe6be90135c500dcb32491cf04d Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Wed, 23 May 2007 12:06:49 +0200 Subject: [PATCH] alsactl - Display help for names command shortly explain the "names" command in the help text From: Tomas Pospisek --- alsactl/alsactl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/alsactl/alsactl.c b/alsactl/alsactl.c index d569c44..265ade9 100644 --- a/alsactl/alsactl.c +++ b/alsactl/alsactl.c @@ -51,6 +51,8 @@ static void help(void) printf(" to configuration file\n"); printf(" restore load current driver setup for one or each soundcards\n"); printf(" from configuration file\n"); + printf(" names dump information about all the known present (sub-)devices\n"); + printf(" into configuration file (DEPRECATED)\n"); } int main(int argc, char *argv[])