From f9ff0cd69c4514bc78657d33459655248c9e1357 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Thu, 16 Aug 2018 12:27:54 +0200 Subject: [PATCH] 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 --- bridge/bridge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge/bridge.c b/bridge/bridge.c index 451d684e..b3cab717 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); }