naccyde / rpms / iproute

Forked from rpms/iproute 5 months ago
Clone

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

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