[PATCH 1/5] fdtput: Fix nit in help message
Simon Glass
sjg at chromium.org
Tue Jul 10 22:56:44 EST 2012
There was an extra < in the help message, so fix it.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
fdtput.c | 2 +-
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"
--
1.7.7.3
More information about the devicetree-discuss
mailing list