mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 07:41:09 +02:00
[tools] firmware-utils/mkfwimage2: fix a typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15770 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
fb7cf33081
commit
7021e8ae4c
@ -139,7 +139,7 @@ static void usage(const char* progname)
|
|||||||
"\t-o <output file>\t - firmware output file, default: %s\n"
|
"\t-o <output file>\t - firmware output file, default: %s\n"
|
||||||
"\t-p <name>:<offset>:<len>:<memaddr>:<entry>:<file>\n "
|
"\t-p <name>:<offset>:<len>:<memaddr>:<entry>:<file>\n "
|
||||||
"\t\t\t\t - create a partition from <file>\n"
|
"\t\t\t\t - create a partition from <file>\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",
|
"\t-h\t\t\t - this help\n",
|
||||||
VERSION, progname, DEFAULT_VERSION, MAGIC_HEADER,
|
VERSION, progname, DEFAULT_VERSION, MAGIC_HEADER,
|
||||||
DEFAULT_FLASH_BASE, DEFAULT_OUTPUT_FILE);
|
DEFAULT_FLASH_BASE, DEFAULT_OUTPUT_FILE);
|
||||||
|
Loading…
Reference in New Issue
Block a user