summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2025-02-05 15:34:28 +0100
committerTom Rini <[email protected]>2025-02-10 10:27:01 -0600
commit7764d7d65383ca3557e0c1cff40bbb716bbb79e1 (patch)
tree709feb141eb930516125862a28bb19b4207cc2d8
parent6331b8b0c89dc546e18743ddfdf695382c5a7f72 (diff)
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 <[email protected]>
-rw-r--r--tools/mkenvimage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mkenvimage.c b/tools/mkenvimage.c
index a8eebab6c33..885cdb1390e 100644
--- a/tools/mkenvimage.c
+++ b/tools/mkenvimage.c
@@ -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"