]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
bridge: trivial: Make help text consistent
authorPhil Sutter <phil@nwl.cc>
Thu, 16 Aug 2018 10:27:54 +0000 (12:27 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Thu, 16 Aug 2018 17:25:01 +0000 (10:25 -0700)
Change curly braces into brackets for -json option in help text to be
consistent with the rest.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
bridge/bridge.c

index 451d684e0bcfd291aaf6780d64ba86600c17fb87..b3cab717ead30f2b42a5eda60e541a69263e6321 100644 (file)
@@ -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);
 }