wget: -O FILE is allowed to overwrite existing file (compat)
[oweals/busybox.git] / networking / slattach.c
index f78c88e89f67e297627a8fd6aa70010d3a603ef8..ce6d705a8a617d38e7994ab3a8527367d3e4102d 100644 (file)
@@ -152,7 +152,7 @@ int slattach_main(int argc, char **argv)
        INIT_G();
 
        /* Parse command line options */
-       opt = getopt32(argc, argv, "p:s:c:ehmLF", &proto, &baud_str, &extcmd);
+       opt = getopt32(argv, "p:s:c:ehmLF", &proto, &baud_str, &extcmd);
        /*argc -= optind;*/
        argv += optind;