From: Marek Vasut Date: Wed, 5 Feb 2025 14:34:28 +0000 (+0100) Subject: tools: mkenvimage: List -V parameter in help text X-Git-Tag: v2025.04-rc2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7764d7d65383ca3557e0c1cff40bbb716bbb79e1;p=pandora-u-boot.git 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 --- 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 ] -s -o \n" + fprintf(stderr, "%s [-h] [-V] [-r] [-b] [-p ] -s -o \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"