From 3b7928cc9d1ca215ba62ca5e2ce1cca211755c06 Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Tue, 4 Jul 2017 13:26:40 +0200 Subject: [PATCH] firmware-utils: mktplinkfw2: add missing options descriptions Signed-off-by: Piotr Dymacz --- tools/firmware-utils/src/mktplinkfw2.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/firmware-utils/src/mktplinkfw2.c b/tools/firmware-utils/src/mktplinkfw2.c index f1a76ad3d2..fbf1f0df9e 100644 --- a/tools/firmware-utils/src/mktplinkfw2.c +++ b/tools/firmware-utils/src/mktplinkfw2.c @@ -303,6 +303,7 @@ static void usage(int status) "Options:\n" " -B create image for the board specified with \n" " -c use combined kernel image\n" +" -e swap endianness in kernel load address and entry point\n" " -E overwrite kernel entry point with (hexval prefixed with 0x)\n" " -L overwrite kernel load address with (hexval prefixed with 0x)\n" " -H use hardware id specified with \n" @@ -316,6 +317,8 @@ static void usage(int status) " -o write output to the file \n" " -s strip padding from the end of the image\n" " -j add jffs2 end-of-filesystem markers\n" +" -N set image vendor to \n" +" -T set header version to \n" " -V set image version to \n" " -v set firmware version to \n" " -y set secondary version to \n" -- 2.30.2