summaryrefslogtreecommitdiff
path: root/dtc.c
diff options
context:
space:
mode:
authorJerry Van Baren <gvb.uboot@gmail.com>2007-04-14 18:16:47 -0400
committerJon Loeliger <jdl@freescale.com>2007-04-19 17:17:51 -0500
commit4f5370a13864eec0c370b8a2adbb527321a376f6 (patch)
treea161c021af733bb6402c4064aebf0aaec0b73f35 /dtc.c
parent4384b23454a939852d679aee93ee624cf210287f (diff)
downloaddtc-4f5370a13864eec0c370b8a2adbb527321a376f6.tar.gz
Add -o <output file> to the usage message.
Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> Acked-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'dtc.c')
-rw-r--r--dtc.c1
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");