Blame SOURCES/0002-bridge-trivial-Make-help-text-consistent.patch

930fb9
From 653ed98ba60d13b2c11338fe4d766eaf8eb5b364 Mon Sep 17 00:00:00 2001
930fb9
From: Phil Sutter <psutter@redhat.com>
930fb9
Date: Thu, 13 Sep 2018 20:36:09 +0200
930fb9
Subject: [PATCH] bridge: trivial: Make help text consistent
930fb9
930fb9
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1612704
930fb9
Upstream Status: iproute2.git commit f9ff0cd69c451
930fb9
930fb9
commit f9ff0cd69c4514bc78657d33459655248c9e1357
930fb9
Author: Phil Sutter <phil@nwl.cc>
930fb9
Date:   Thu Aug 16 12:27:54 2018 +0200
930fb9
930fb9
    bridge: trivial: Make help text consistent
930fb9
930fb9
    Change curly braces into brackets for -json option in help text to be
930fb9
    consistent with the rest.
930fb9
930fb9
    Signed-off-by: Phil Sutter <phil@nwl.cc>
930fb9
    Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
930fb9
---
930fb9
 bridge/bridge.c | 2 +-
930fb9
 1 file changed, 1 insertion(+), 1 deletion(-)
930fb9
930fb9
diff --git a/bridge/bridge.c b/bridge/bridge.c
930fb9
index 7fcfe11..28e1381 100644
930fb9
--- a/bridge/bridge.c
930fb9
+++ b/bridge/bridge.c
930fb9
@@ -42,7 +42,7 @@ static void usage(void)
930fb9
 "where	OBJECT := { link | fdb | mdb | vlan | monitor }\n"
930fb9
 "	OPTIONS := { -V[ersion] | -s[tatistics] | -d[etails] |\n"
930fb9
 "		     -o[neline] | -t[imestamp] | -n[etns] name |\n"
930fb9
-"		     -c[ompressvlans] -color -p[retty] -j{son} }\n");
930fb9
+"		     -c[ompressvlans] -color -p[retty] -j[son] }\n");
930fb9
 	exit(-1);
930fb9
 }
930fb9
 
930fb9
-- 
930fb9
1.8.3.1
930fb9