From: nico Date: Sat, 13 Aug 2005 13:41:20 +0000 (+0000) Subject: enable the new "-4" option X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/57ad179cb581efb8ee9fa9ca4494e43a2fa4f8e4 enable the new "-4" option git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1627 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/utils/src/addpattern.c b/target/utils/src/addpattern.c index 5298f7b00..67f9da285 100644 --- a/target/utils/src/addpattern.c +++ b/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;