firmware-utils/mkfwimage2: fix a typo
SVN-Revision: 15770
This commit is contained in:
parent
0a097df029
commit
35d1918758
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ static void usage(const char* progname)
|
|||
"\t-o <output file>\t - firmware output file, default: %s\n"
|
||||
"\t-p <name>:<offset>:<len>:<memaddr>:<entry>:<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",
|
||||
VERSION, progname, DEFAULT_VERSION, MAGIC_HEADER,
|
||||
DEFAULT_FLASH_BASE, DEFAULT_OUTPUT_FILE);
|
||||
|
|
Loading…
Reference in a new issue