Revision 76d4c167 cmdutils.c
cmdutils.c | ||
---|---|---|
214 | 214 |
fprintf(stderr, "%s: failed to set value '%s' for option '%s'\n", argv[0], arg, opt); |
215 | 215 |
exit(1); |
216 | 216 |
} |
217 |
} else if (po->flags & OPT_DUMMY) { |
|
218 |
/* Do nothing for this option */ |
|
217 | 219 |
} else { |
218 | 220 |
po->u.func_arg(arg); |
219 | 221 |
} |
Also available in: Unified diff