From 653ed98ba60d13b2c11338fe4d766eaf8eb5b364 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Thu, 13 Sep 2018 20:36:09 +0200 Subject: [PATCH] bridge: trivial: Make help text consistent Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1612704 Upstream Status: iproute2.git commit f9ff0cd69c451 commit f9ff0cd69c4514bc78657d33459655248c9e1357 Author: Phil Sutter Date: Thu Aug 16 12:27:54 2018 +0200 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 7fcfe11..28e1381 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); } -- 1.8.3.1