Skip to content
Snippets Groups Projects
Commit 7764d7d6 authored by Marek Vasut's avatar Marek Vasut Committed by Tom Rini
Browse files

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: default avatarMarek Vasut <marex@denx.de>
parent 6331b8b0
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment