summaryrefslogtreecommitdiff
path: root/bridge
diff options
context:
space:
mode:
authorDavid Ahern <dsahern@kernel.org>2021-10-09 17:47:47 -0600
committerDavid Ahern <dsahern@kernel.org>2021-10-09 17:47:47 -0600
commit8cd517a8051e4806a72ca9de2cb20a59d550fd3f (patch)
tree9c35d3802ffea29c5c9df3e80e6d5bd64c5700cd /bridge
parent763fd793feb7218ac8dcf6622122ae8ad38ce1b0 (diff)
parent897772a73542d4d2a6fe030d102e883fa2cc58bb (diff)
downloadiproute2-8cd517a8051e4806a72ca9de2cb20a59d550fd3f.tar.gz
Merge branch 'main' into next
Conflicts: ip/ipneigh.c Signed-off-by: David Ahern <dsahern@kernel.org>
Diffstat (limited to 'bridge')
-rw-r--r--bridge/bridge.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/bridge/bridge.c b/bridge/bridge.c
index 48b0e7f8..f3a4f08f 100644
--- a/bridge/bridge.c
+++ b/bridge/bridge.c
@@ -37,10 +37,10 @@ static void usage(void)
fprintf(stderr,
"Usage: bridge [ OPTIONS ] OBJECT { COMMAND | help }\n"
" bridge [ -force ] -batch filename\n"
-"where OBJECT := { link | fdb | mdb | vlan | 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");
+"where OBJECT := { link | fdb | mdb | vlan | 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");
exit(-1);
}