From 5ee6a670751db67f9e2b2910d5b3b6fc6fff8dfd Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 28 Apr 2011 08:13:28 +0200 Subject: [PATCH] Revert "alsactl - Display help for names command" This reverts commit 6d32e055d73edfe6be90135c500dcb32491cf04d. From: Alexander Stein Signed-off-by: Jaroslav Kysela --- alsactl/alsactl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/alsactl/alsactl.c b/alsactl/alsactl.c index c2120bd..1792747 100644 --- a/alsactl/alsactl.c +++ b/alsactl/alsactl.c @@ -68,8 +68,6 @@ static void help(void) printf(" restore load current driver setup for one or each soundcards\n"); printf(" from configuration file\n"); printf(" init initialize driver to a default state\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[])