From: Takashi Iwai Date: Tue, 7 Jan 2003 13:44:08 +0000 (+0000) Subject: fixed the command line options. X-Git-Tag: v1.0.3~91 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=fa0f6109a71652d5e1d053d866c5126a339ad2c5;p=alsa-utils.git fixed the command line options. --- 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':