projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a097df
)
firmware-utils/mkfwimage2: fix a typo
author
Gabor Juhos
<juhosg@openwrt.org>
Mon, 11 May 2009 14:51:56 +0000
(14:51 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Mon, 11 May 2009 14:51:56 +0000
(14:51 +0000)
SVN-Revision: 15770
tools/firmware-utils/src/mkfwimage2.c
patch
|
blob
|
history
diff --git
a/tools/firmware-utils/src/mkfwimage2.c
b/tools/firmware-utils/src/mkfwimage2.c
index 9b050e142d04ccc28ee909fd7fd2e60cce4aeb77..ee09abba1aec34124eaf0cf76a25d12402f33cbb 100644
(file)
--- a/
tools/firmware-utils/src/mkfwimage2.c
+++ b/
tools/firmware-utils/src/mkfwimage2.c
@@
-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);