wget: -O FILE is allowed to overwrite existing file (compat)
[oweals/busybox.git] / networking / arp.c
index a5a73734920d32ca50bc40c83fdb42d8cd0bb1c2..8cdee18325c7bec125d4510c8d80d0353b8b5b20 100644 (file)
@@ -445,7 +445,7 @@ int arp_main(int argc, char **argv)
        if (!ap)
                bb_error_msg_and_die("%s: %s not supported", DFLT_AF, "address family");
 
-       getopt32(argc, argv, "A:p:H:t:i:adnDsv", &protocol, &protocol,
+       getopt32(argv, "A:p:H:t:i:adnDsv", &protocol, &protocol,
                                 &hw_type, &hw_type, &device);
        argv += optind;
        if (option_mask32 & ARP_OPT_A || option_mask32 & ARP_OPT_p) {