From: Takashi Iwai Date: Wed, 23 May 2007 10:06:49 +0000 (+0200) Subject: alsactl - Display help for names command X-Git-Tag: v1.0.14~1 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=6d32e055d73edfe6be90135c500dcb32491cf04d;p=alsa-utils.git alsactl - Display help for names command shortly explain the "names" command in the help text From: Tomas Pospisek --- 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[])