From 9cdca2dadbfbf647c581f1d5fc38c8e32eac4bda Mon Sep 17 00:00:00 2001 From: juhosg Date: Tue, 30 Apr 2013 10:44:10 +0000 Subject: [PATCH] firmware-utils/mktplinkfw: add description for -W option into usage output Add description for -W option into usage output of mktplinkfw. Signed-off-by: yousong Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36497 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- tools/firmware-utils/src/mktplinkfw.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/firmware-utils/src/mktplinkfw.c b/tools/firmware-utils/src/mktplinkfw.c index c3d982768e..74a55fd27a 100644 --- a/tools/firmware-utils/src/mktplinkfw.c +++ b/tools/firmware-utils/src/mktplinkfw.c @@ -425,6 +425,7 @@ static void usage(int status) " -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" +" -W use hardware revision specified with \n" " -F use flash layout specified with \n" " -k read kernel image from the file \n" " -r read rootfs image from the file \n" -- 2.30.2