The, currently undocumented, -i option takes an argument.
This commit is contained in:
parent
03913cd45b
commit
383a7fac3e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user