From: Paul Wassi
Date: Mon, 24 Oct 2016 13:29:04 +0000 (+0200)
Subject: package/system/mtd: fix usage message
X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=da1b33fc4dcab8453b70b4ee87e7b46a34c99acb;p=openwrt%2Fstaging%2Fflorian.git
package/system/mtd: fix usage message
Minor fix in the usage message on the explanation of the -p option.
Signed-off-by: Paul Wassi
---
diff --git a/package/system/mtd/src/mtd.c b/package/system/mtd/src/mtd.c
index 0d5ad22ef6..822e466f47 100644
--- a/package/system/mtd/src/mtd.c
+++ b/package/system/mtd/src/mtd.c
@@ -732,7 +732,7 @@ static void usage(void)
" -d directory for jffs2write, defaults to \"tmp\"\n"
" -j integrate into jffs2 data when writing an image\n"
" -s skip the first n bytes when appending data to the jffs2 partiton, defaults to \"0\"\n"
- " -p write beginning at partition offset\n"
+ " -p write beginning at partition offset\n"
" -l the length of data that we want to dump\n");
if (mtd_fixtrx) {
fprintf(stderr,