]> git.alsa-project.org Git - alsa-utils.git/commitdiff
Revert "alsactl - Display help for names command"
authorJaroslav Kysela <perex@perex.cz>
Thu, 28 Apr 2011 06:13:28 +0000 (08:13 +0200)
committerJaroslav Kysela <perex@perex.cz>
Thu, 28 Apr 2011 06:13:54 +0000 (08:13 +0200)
This reverts commit 6d32e055d73edfe6be90135c500dcb32491cf04d.

From: Alexander Stein <alexander.stein@systec-electronic.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
alsactl/alsactl.c

index c2120bde72152c53a938a2de7bdcb5ba12bfa128..17927471550a30a3b679516c3bc4c05372b1770b 100644 (file)
@@ -68,8 +68,6 @@ static void help(void)
        printf("  restore <card #> load current driver setup for one or each soundcards\n");
        printf("                   from configuration file\n");
        printf("  init    <card #> initialize driver to a default state\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[])