From fa0f6109a71652d5e1d053d866c5126a339ad2c5 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 7 Jan 2003 13:44:08 +0000 Subject: [PATCH] fixed the command line options. --- alsactl/alsactl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alsactl/alsactl.c b/alsactl/alsactl.c index 808ab71..0e21081 100644 --- a/alsactl/alsactl.c +++ b/alsactl/alsactl.c @@ -1332,7 +1332,7 @@ int main(int argc, char *argv[]) while (1) { int c; - if ((c = getopt_long(argc, argv, "hf:dlev", long_option, NULL)) < 0) + if ((c = getopt_long(argc, argv, "hf:Fdv", long_option, NULL)) < 0) break; switch (c) { case 'h': -- 2.47.1