Commit 685f3a9f authored by Oliver Hartkopp's avatar Oliver Hartkopp Committed by Stephen Hemminger

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: default avatarOliver Hartkopp <oliver@hartkopp.net>
parent 9fce67dd
......@@ -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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment