/* Output. */
{ "defines", optional_argument, 0, 'd' },
- { "flag", optional_argument, 0, 'f' },
+ { "feature", optional_argument, 0, 'f' },
/* Operation modes. */
{ "fixed-output-files", no_argument, 0, 'y' },
exit (EXIT_SUCCESS);
case 'f':
- FLAGS_ARGMATCH (flag, optarg);
+ FLAGS_ARGMATCH (feature, optarg);
break;
case 'W':