]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
bridge: vlan: fix compressvlans usage
authorDate Huang <tjjh89017@hotmail.com>
Fri, 22 Mar 2024 12:39:22 +0000 (20:39 +0800)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 26 Mar 2024 17:11:05 +0000 (10:11 -0700)
Fix the incorrect short opt for compressvlans and color
in usage

Signed-off-by: Date Huang <tjjh89017@hotmail.com>
Acked-by: Nikolay Aleksandrov <razor@blackwall.org>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
bridge/bridge.c

index f4805092b525ed745e90c5b8b923c8ba3f39b45a..ef592815cf7a509aeb3ab86d03d8d02aa66883e4 100644 (file)
@@ -39,7 +39,7 @@ static void usage(void)
 "where  OBJECT := { link | fdb | mdb | vlan | vni | monitor }\n"
 "       OPTIONS := { -V[ersion] | -s[tatistics] | -d[etails] |\n"
 "                    -o[neline] | -t[imestamp] | -n[etns] name |\n"
-"                    -c[ompressvlans] -color -p[retty] -j[son] }\n");
+"                    -com[pressvlans] -c[olor] -p[retty] -j[son] }\n");
        exit(-1);
 }