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