alsactl - Display help for names command

shortly explain the "names" command in the help text

From: Tomas Pospisek <tpo2@sourcepole.ch>
This commit is contained in:
Takashi Iwai 2007-05-23 12:06:49 +02:00
parent f5d76dde4e
commit 6d32e055d7

View file

@ -51,6 +51,8 @@ static void help(void)
printf(" to configuration file\n"); printf(" to configuration file\n");
printf(" restore <card #> load current driver setup for one or each soundcards\n"); printf(" restore <card #> load current driver setup for one or each soundcards\n");
printf(" from configuration file\n"); printf(" from configuration file\n");
printf(" names <card #> dump information about all the known present (sub-)devices\n");
printf(" into configuration file (DEPRECATED)\n");
} }
int main(int argc, char *argv[]) int main(int argc, char *argv[])