]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/blobdiff - ip/iptuntap.c
iproute2: man page and /bin/ip disagree on del vs delete
[lisovros/iproute2_canprio.git] / ip / iptuntap.c
index 29f2777e988ae274dffce07aa5559c4bf444c4fd..20914e11471fe84aa445ae616e36795a3ea2cf64 100644 (file)
@@ -307,7 +307,7 @@ int do_iptuntap(int argc, char **argv)
        if (argc > 0) {
                if (matches(*argv, "add") == 0)
                        return do_add(argc-1, argv+1);
-               if (matches(*argv, "del") == 0)
+               if (matches(*argv, "delete") == 0)
                        return do_del(argc-1, argv+1);
                if (matches(*argv, "show") == 0 ||
                     matches(*argv, "lst") == 0 ||