From: Stephen Hemminger Date: Wed, 27 Mar 2019 14:56:07 +0000 (-0700) Subject: ip: fix typo in iplink_vlan usage message X-Git-Tag: v5.1.0~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6754e1d9783458550dce8d309efb4091ec8089a5;p=thirdparty%2Fiproute2.git ip: fix typo in iplink_vlan usage message Need to use bar "|" rather than slash to indicate alternatives. Signed-off-by: Stephen Hemminger --- diff --git a/ip/iplink_vlan.c b/ip/iplink_vlan.c index 74f4614a2..08e499560 100644 --- a/ip/iplink_vlan.c +++ b/ip/iplink_vlan.c @@ -31,7 +31,7 @@ static void print_explain(FILE *f) " [ egress-qos-map QOS-MAP ]\n" "\n" "VLANID := 0-4095\n" - "VLANPROTO: [ 802.1Q / 802.1ad ]\n" + "VLANPROTO: [ 802.1Q | 802.1ad ]\n" "QOS-MAP := [ QOS-MAP ] QOS-MAPPING\n" "QOS-MAPPING := FROM:TO\n" );