summaryrefslogtreecommitdiffstats
path: root/bridge/bridge.c
diff options
context:
space:
mode:
Diffstat (limited to 'bridge/bridge.c')
-rw-r--r--bridge/bridge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridge/bridge.c b/bridge/bridge.c
index f480509..ef59281 100644
--- a/bridge/bridge.c
+++ b/bridge/bridge.c
@@ -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);
}