Actually accept -o.

This commit is contained in:
Romain Tartière 2015-05-13 19:52:33 +02:00
parent ac50476c99
commit 2c47f42538

View file

@ -57,6 +57,7 @@ main (int argc, char *argv[])
switch (ch) {
case 'o':
ndef_file = optarg;
break;
case '?':
usage (argv[0]);
exit (EXIT_FAILURE);