mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:35:42 +01:00
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:
parent
f5d76dde4e
commit
6d32e055d7
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ static void help(void)
|
|||
printf(" to configuration file\n");
|
||||
printf(" restore <card #> load current driver setup for one or each soundcards\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[])
|
||||
|
|
Loading…
Reference in a new issue