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 <phil@nwl.cc>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
Phil Sutter 2018-08-16 12:27:54 +02:00 committed by Stephen Hemminger
parent 05758f5c7b
commit f9ff0cd69c
1 changed files with 1 additions and 1 deletions

View 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);
}