package/system/mtd: fix usage message
authorPaul Wassi <p.wassi@gmx.at>
Mon, 24 Oct 2016 13:29:04 +0000 (15:29 +0200)
committerJohn Crispin <john@phrozen.org>
Wed, 26 Oct 2016 10:37:45 +0000 (12:37 +0200)
Minor fix in the usage message on the explanation of the -p option.

Signed-off-by: Paul Wassi <p.wassi@gmx.at>
package/system/mtd/src/mtd.c

index 0d5ad22ef66a9d5acd28823af62f9fff29ff4186..822e466f470f8af3cc3bee7959cb56a5f7d168a7 100644 (file)
@@ -732,7 +732,7 @@ static void usage(void)
        "        -d <name>               directory for jffs2write, defaults to \"tmp\"\n"
        "        -j <name>               integrate <file> into jffs2 data when writing an image\n"
        "        -s <number>             skip the first n bytes when appending data to the jffs2 partiton, defaults to \"0\"\n"
-       "        -p                      write beginning at partition offset\n"
+       "        -p <number>             write beginning at partition offset\n"
        "        -l <length>             the length of data that we want to dump\n");
        if (mtd_fixtrx) {
            fprintf(stderr,