From: juhosg Date: Tue, 30 Apr 2013 10:44:10 +0000 (+0000) Subject: firmware-utils/mktplinkfw: add description for -W option into usage output X-Git-Tag: fast2504n-3.10.28-merged~2670 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=9cdca2dadbfbf647c581f1d5fc38c8e32eac4bda;p=openwrt.git 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 --- 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"