From: Phil Sutter Date: Thu, 16 Aug 2018 10:27:54 +0000 (+0200) Subject: bridge: trivial: Make help text consistent X-Git-Tag: v4.19.0~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9ff0cd69c4514bc78657d33459655248c9e1357;p=thirdparty%2Fiproute2.git bridge: trivial: Make help text consistent Change curly braces into brackets for -json option in help text to be consistent with the rest. Signed-off-by: Phil Sutter Signed-off-by: Stephen Hemminger --- diff --git a/bridge/bridge.c b/bridge/bridge.c index 451d684e0..b3cab717e 100644 --- a/bridge/bridge.c +++ b/bridge/bridge.c @@ -42,7 +42,7 @@ static void usage(void) "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"); +" -c[ompressvlans] -color -p[retty] -j[son] }\n"); exit(-1); }