From: Oliver Hartkopp Date: Fri, 27 Mar 2009 19:22:34 +0000 (+0100) Subject: iproute2: add vcan to ip link help text X-Git-Tag: v2.6.31~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=685f3a9ffbdc504f27aff4a9fd70023f0b3da5d2;p=thirdparty%2Fiproute2.git iproute2: add vcan to ip link help text 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 --- diff --git a/ip/iplink.c b/ip/iplink.c index 237ea82a3..18249ca80 100644 --- a/ip/iplink.c +++ b/ip/iplink.c @@ -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); }