tools: mkenvimage: List -V parameter in help text
authorMarek Vasut <marex@denx.de>
Wed, 5 Feb 2025 14:34:28 +0000 (15:34 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 10 Feb 2025 16:27:01 +0000 (10:27 -0600)
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>
tools/mkenvimage.c

index a8eebab..885cdb1 100644 (file)
@@ -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"