summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2012-07-10 05:56:44 -0700
committerJon Loeliger <jdl@jdl.com>2012-07-11 09:39:23 -0500
commitbb21f0a766056114e4d9336324b4c294f640d9d1 (patch)
tree7989dd9b9b009bc428c36ffa48bf8c31d34483ea
parentd5399197e9e0d8bad13de5c41df3b93804c0558a (diff)
downloaddtc-bb21f0a766056114e4d9336324b4c294f640d9d1.tar.gz
fdtput: Fix nit in help message
There was an extra < in the help message, so fix it. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: David Gibson <david@gibson.dropbear.id.au>
-rw-r--r--fdtput.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fdtput.c b/fdtput.c
index f6ebd24..244d1f1 100644
--- a/fdtput.c
+++ b/fdtput.c
@@ -162,7 +162,7 @@ static const char *usage_msg =
"The command line arguments are joined together into a single value.\n"
"\n"
"Usage:\n"
- " fdtput <options> <dt file> <<node> <property> [<value>...]\n"
+ " fdtput <options> <dt file> <node> <property> [<value>...]\n"
"Options:\n"
"\t-t <type>\tType of data\n"
"\t-v\t\tVerbose: display each value decoded from command line\n"