From 685f3a9ffbdc504f27aff4a9fd70023f0b3da5d2 Mon Sep 17 00:00:00 2001 From: Oliver Hartkopp Date: Fri, 27 Mar 2009 20:22:34 +0100 Subject: [PATCH] iproute2: add vcan to ip link help text MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- ip/iplink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.47.2