Author: rpaulo
Date: Tue Jun 10 05:58:46 2014
New Revision: 267316
URL: http://svnweb.freebsd.org/changeset/base/267316

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

Modified:
  head/usr.bin/dtc/dtc.cc

Modified: head/usr.bin/dtc/dtc.cc
==============================================================================
--- head/usr.bin/dtc/dtc.cc     Tue Jun 10 04:44:28 2014        (r267315)
+++ head/usr.bin/dtc/dtc.cc     Tue Jun 10 05:58:46 2014        (r267316)
@@ -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)
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to