Blame SOURCES/0004-tc-fix-m_simple-usage.patch

cd1737
From d203110b883afafa58b735a3e94c71f255db7608 Mon Sep 17 00:00:00 2001
cd1737
From: Phil Sutter <psutter@redhat.com>
cd1737
Date: Fri, 11 Aug 2017 11:13:26 +0200
cd1737
Subject: [PATCH] tc: fix m_simple usage
cd1737
cd1737
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1477523
cd1737
Upstream Status: iproute2.git commit 620fc6696d4f4
cd1737
cd1737
commit 620fc6696d4f4e9ad540a45892873b0382907739
cd1737
Author: Stephen Hemminger <stephen@networkplumber.org>
cd1737
Date:   Thu Aug 3 16:10:18 2017 -0700
cd1737
cd1737
    tc: fix m_simple usage
cd1737
cd1737
    Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
cd1737
---
cd1737
 tc/m_simple.c | 4 ++--
cd1737
 1 file changed, 2 insertions(+), 2 deletions(-)
cd1737
cd1737
diff --git a/tc/m_simple.c b/tc/m_simple.c
cd1737
index ab63384..65e48ad 100644
cd1737
--- a/tc/m_simple.c
cd1737
+++ b/tc/m_simple.c
cd1737
@@ -83,8 +83,8 @@ static void explain(void)
cd1737
 {
cd1737
 	fprintf(stderr, "Usage:... simple [sdata STRING] [index INDEX] [CONTROL]\n");
cd1737
 	fprintf(stderr, "\tSTRING being an arbitrary string\n"
cd1737
-		"\tINDEX := optional index value used\n");
cd1737
-		"\tCONTROL := reclassify|pipe|drop|continue|ok\n"
cd1737
+		"\tINDEX := optional index value used\n"
cd1737
+		"\tCONTROL := reclassify|pipe|drop|continue|ok\n");
cd1737
 }
cd1737
 
cd1737
 static void usage(void)
cd1737
-- 
cd1737
1.8.3.1
cd1737