[Crosstoolchain-logs] [device-tree-compiler] 93/357: Add -o <output file> to the usage message.

Hector Oron zumbi at moszumanska.debian.org
Thu Dec 8 17:05:53 UTC 2016


This is an automated email from the git hooks/post-receive script.

zumbi pushed a commit to branch upstream/1.3.x
in repository device-tree-compiler.

commit 4f5370a13864eec0c370b8a2adbb527321a376f6
Author: Jerry Van Baren <gvb.uboot at gmail.com>
Date:   Sat Apr 14 18:16:47 2007 -0400

    Add -o <output file> to the usage message.
    
    Signed-off-by: Gerald Van Baren <vanbaren at cideas.com>
    Acked-by: David Gibson <david at gibson.dropbear.id.au>
---
 dtc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dtc.c b/dtc.c
index a94a402..5767834 100644
--- a/dtc.c
+++ b/dtc.c
@@ -83,6 +83,7 @@ static void usage(void)
 	fprintf(stderr, "\t\t\tdts - device tree source text\n");
 	fprintf(stderr, "\t\t\tdtb - device tree blob\n");
 	fprintf(stderr, "\t\t\tfs - /proc/device-tree style directory\n");
+	fprintf(stderr, "\t-o <output file>\n");
 	fprintf(stderr, "\t-O <output format>\n");
 	fprintf(stderr, "\t\tOutput formats are:\n");
 	fprintf(stderr, "\t\t\tdts - device tree source text\n");

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/crosstoolchain/device-tree-compiler.git



More information about the Crosstoolchain-logs mailing list