The, currently undocumented, -i option takes an argument.

This commit is contained in:
rpaulo 2014-06-10 05:58:46 +00:00
parent 03913cd45b
commit 383a7fac3e

View File

@ -100,7 +100,7 @@ main(int argc, char **argv)
clock_t c0 = clock();
class device_tree tree;
fdt::checking::check_manager checks;
const char *options = "hqI:O:o:V:d:R:S:p:b:fisvH:W:E:DP:";
const char *options = "hqI:O:o:V:d:R:S:p:b:fi:svH:W:E:DP:";
// Don't forget to update the man page if any more options are added.
while ((ch = getopt(argc, argv, options)) != -1)