From: Gabor Juhos Date: Mon, 11 May 2009 14:51:56 +0000 (+0000) Subject: firmware-utils/mkfwimage2: fix a typo X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=a5d16687ea9b474199eb06f27903dc42ad18b840;p=project%2Ffirmware-utils.git firmware-utils/mkfwimage2: fix a typo SVN-Revision: 15770 --- diff --git a/src/mkfwimage2.c b/src/mkfwimage2.c index 9b050e1..ee09abb 100644 --- a/src/mkfwimage2.c +++ b/src/mkfwimage2.c @@ -139,7 +139,7 @@ static void usage(const char* progname) "\t-o \t - firmware output file, default: %s\n" "\t-p :::::\n " "\t\t\t\t - create a partition from \n" - "\t-z\t\t\t - set partition offsets to zero\n", + "\t-z\t\t\t - set partition offsets to zero\n" "\t-h\t\t\t - this help\n", VERSION, progname, DEFAULT_VERSION, MAGIC_HEADER, DEFAULT_FLASH_BASE, DEFAULT_OUTPUT_FILE);