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) { switch (ch) {
case 'o': case 'o':
ndef_file = optarg; ndef_file = optarg;
break;
case '?': case '?':
usage (argv[0]); usage (argv[0]);
exit (EXIT_FAILURE); exit (EXIT_FAILURE);