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 <oliver@hartkopp.net>
This commit is contained in:
Oliver Hartkopp 2009-03-27 20:22:34 +01:00 committed by Stephen Hemminger
parent 9fce67dd46
commit 685f3a9ffb
1 changed files with 1 additions and 1 deletions

View 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);
}