[PATCH dtc] Add -o <output file> to the usage message.

Jerry Van Baren gvb.uboot at gmail.com
Sun Apr 15 08:16:47 EST 2007


Signed-off-by: Gerald Van Baren <vanbaren at cideas.com>
---

Hi Jon,

It turns out -o <file> was there all along, just not in the usage. :-)

(Jon: sorry for the dup, I messed up the linuxppc-dev at ozlabs.org address
the first time).

Best regards,
gvb


 dtc.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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");
-- 
1.4.4.4




More information about the Linuxppc-dev mailing list