]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
iproute2: add vcan to ip link help text
authorOliver Hartkopp <oliver@hartkopp.net>
Fri, 27 Mar 2009 19:22:34 +0000 (20:22 +0100)
committerStephen Hemminger <stephen.hemminger@vyatta.com>
Mon, 13 Apr 2009 20:38:05 +0000 (13:38 -0700)
Hello Stephen,

thanks für the commit of my last CAN patch.

Today i got a hint, that the help text of 'ip link' can be improved also.

Many thanks!

Oliver

Signed-Off-By: Oliver Hartkopp <oliver@hartkopp.net>
ip/iplink.c

index 237ea82a3fddc91926ffd1d54ce3c06aad859316..18249ca806102fefe2e3b9367a818cdf06f8204c 100644 (file)
@@ -72,7 +72,7 @@ void iplink_usage(void)
 
        if (iplink_have_newlink()) {
                fprintf(stderr, "\n");
-               fprintf(stderr, "TYPE := { vlan | veth | dummy | ifb | macvlan }\n");
+               fprintf(stderr, "TYPE := { vlan | veth | vcan | dummy | ifb | macvlan }\n");
        }
        exit(-1);
 }