From b60aab01016656ac4e4f89af1bf6d8adc0ac72f6 Mon Sep 17 00:00:00 2001 From: Rui Paulo Date: Tue, 10 Jun 2014 05:58:46 +0000 Subject: [PATCH] The, currently undocumented, -i option takes an argument. --- usr.bin/dtc/dtc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/dtc/dtc.cc b/usr.bin/dtc/dtc.cc index c04f01616805..b7d52921abe8 100644 --- a/usr.bin/dtc/dtc.cc +++ b/usr.bin/dtc/dtc.cc @@ -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)