From 6754e1d9783458550dce8d309efb4091ec8089a5 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 27 Mar 2019 07:56:07 -0700 Subject: [PATCH] ip: fix typo in iplink_vlan usage message Need to use bar "|" rather than slash to indicate alternatives. Signed-off-by: Stephen Hemminger --- ip/iplink_vlan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ip/iplink_vlan.c b/ip/iplink_vlan.c index 74f4614a..08e49956 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" );