if((argc == 2) && (argv[1][0] != '-')) {
/* Options specified on a configuration file */
FILE *fd = fopen(argv[optind], "r");
FILE *fd = fopen(argv[optind] + 1, "r");
if(fd != NULL) {