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>
main
Simon Glass 2012-07-10 05:56:44 -07:00 committed by Jon Loeliger
parent d5399197e9
commit bb21f0a766
1 changed files with 1 additions and 1 deletions

View File

@ -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"