fixed the command line options.

This commit is contained in:
Takashi Iwai 2003-01-07 13:44:08 +00:00
parent bb2024f1dd
commit fa0f6109a7

View 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':