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:
parent
f76ad635f2
commit
6754e1d978
|
|
@ -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"
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue