[Crosstoolchain-logs] [device-tree-compiler] 52/198: fdtput: Fix nit in help message
Hector Oron
zumbi at moszumanska.debian.org
Thu Dec 8 17:06:52 UTC 2016
This is an automated email from the git hooks/post-receive script.
zumbi pushed a commit to branch upstream/1.4.x
in repository device-tree-compiler.
commit bb21f0a766056114e4d9336324b4c294f640d9d1
Author: Simon Glass <sjg at chromium.org>
Date: Tue Jul 10 05:56:44 2012 -0700
fdtput: Fix nit in help message
There was an extra < in the help message, so fix it.
Signed-off-by: Simon Glass <sjg at chromium.org>
Acked-by: David Gibson <david at gibson.dropbear.id.au>
---
fdtput.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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"
--
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