Fix --force option

Fixed the broken --force option.
This commit is contained in:
Takashi Iwai 2005-05-17 16:18:14 +00:00
parent 4e1596422b
commit a9881f3f20

View file

@ -61,7 +61,7 @@ int main(int argc, char *argv[])
{
{"help", 0, NULL, 'h'},
{"file", 1, NULL, 'f'},
{"force", 1, NULL, 'F'},
{"force", 0, NULL, 'F'},
{"debug", 0, NULL, 'd'},
{"version", 0, NULL, 'v'},
{NULL, 0, NULL, 0},