netifd: add missing proto handler conversion after r28632 (thx, Jonathan Bennet)
[openwrt.git] / tools / firmware-utils / src / mkfwimage2.c
index 9b050e1..ee09abb 100644 (file)
@@ -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);
This page took 0.025283 seconds and 4 git commands to generate.