From bb21f0a766056114e4d9336324b4c294f640d9d1 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Tue, 10 Jul 2012 05:56:44 -0700 Subject: fdtput: Fix nit in help message There was an extra < in the help message, so fix it. Signed-off-by: Simon Glass Acked-by: David Gibson --- fdtput.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fdtput.c') 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
< [...]\n" + " fdtput
[...]\n" "Options:\n" "\t-t \tType of data\n" "\t-v\t\tVerbose: display each value decoded from command line\n" -- cgit v1.1