Browse Source

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 12 years ago committed by Jon Loeliger
parent
commit
bb21f0a766
  1. 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" "The command line arguments are joined together into a single value.\n"
"\n" "\n"
"Usage:\n" "Usage:\n"
" fdtput <options> <dt file> <<node> <property> [<value>...]\n" " fdtput <options> <dt file> <node> <property> [<value>...]\n"
"Options:\n" "Options:\n"
"\t-t <type>\tType of data\n" "\t-t <type>\tType of data\n"
"\t-v\t\tVerbose: display each value decoded from command line\n" "\t-v\t\tVerbose: display each value decoded from command line\n"

Loading…
Cancel
Save