X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/1bd3d118c77e7c3336f3042c56e4932717ebc804..ed63390cbbe8ef8ac18c64cf748173402979273e:/openwrt/target/utils/src/addpattern.c diff --git a/openwrt/target/utils/src/addpattern.c b/openwrt/target/utils/src/addpattern.c index 5298f7b00..67f9da285 100644 --- a/openwrt/target/utils/src/addpattern.c +++ b/openwrt/target/utils/src/addpattern.c @@ -104,7 +104,7 @@ int main(int argc, char **argv) hdr = (struct code_header *) buf; memset(hdr, 0, sizeof(struct code_header)); - while ((c = getopt(argc, argv, "i:o:p:gbv:012")) != -1) { + while ((c = getopt(argc, argv, "i:o:p:gbv:0124")) != -1) { switch (c) { case 'i': ifn = optarg;