mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-11 07:24:46 +00:00
tools: mkenvimage: List -V parameter in help text
The -V version parameter is missing in the optional list of parameters in help text. Add it. Signed-off-by: Marek Vasut <marex@denx.de>
This commit is contained in:
parent
6331b8b0c8
commit
7764d7d653
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
static void usage(const char *exec_name)
|
||||
{
|
||||
fprintf(stderr, "%s [-h] [-r] [-b] [-p <byte>] -s <environment partition size> -o <output> <input file>\n"
|
||||
fprintf(stderr, "%s [-h] [-V] [-r] [-b] [-p <byte>] -s <environment partition size> -o <output> <input file>\n"
|
||||
"\n"
|
||||
"This tool takes a key=value input file (same as would a `printenv' show) and generates the corresponding environment image, ready to be flashed.\n"
|
||||
"\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue