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

This commit is contained in:
Rui Paulo 2014-06-10 05:58:46 +00:00
parent 49d5172b34
commit b60aab0101
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=267316

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)