ip: fix typo in iplink_vlan usage message

Need to use bar "|" rather than slash to indicate alternatives.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
Stephen Hemminger 2019-03-27 07:56:07 -07:00
parent f76ad635f2
commit 6754e1d978
1 changed files with 1 additions and 1 deletions

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