]> git.alsa-project.org Git - alsa-utils.git/commitdiff
fixed the command line options.
authorTakashi Iwai <tiwai@suse.de>
Tue, 7 Jan 2003 13:44:08 +0000 (13:44 +0000)
committerTakashi Iwai <tiwai@suse.de>
Tue, 7 Jan 2003 13:44:08 +0000 (13:44 +0000)
alsactl/alsactl.c

index 808ab710d8c98f4d6ac40d5cae1000f3fa0f77b9..0e210817173610572a32c78da05523811ca669c5 100644 (file)
@@ -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':