]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
ip: fix typo in iplink_vlan usage message
authorStephen Hemminger <stephen@networkplumber.org>
Wed, 27 Mar 2019 14:56:07 +0000 (07:56 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 27 Mar 2019 14:56:07 +0000 (07:56 -0700)
Need to use bar "|" rather than slash to indicate alternatives.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
ip/iplink_vlan.c

index 74f4614a2193129fb46a46e7cb3349e99c4d14bb..08e499560db6e2b8b7a71ce72294425dd1834db5 100644 (file)
@@ -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"
        );