svn commit: r267316 - head/usr.bin/dtc
Rui Paulo
rpaulo at FreeBSD.org
Tue Jun 10 05:58:47 UTC 2014
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)
More information about the svn-src-all
mailing list