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
parent
d5399197e9
commit
bb21f0a766
2
fdtput.c
2
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"
|
||||
|
|
Loading…
Reference in New Issue