From: Stephen Hemminger Date: Thu, 3 Aug 2017 23:10:18 +0000 (-0700) Subject: tc: fix m_simple usage X-Git-Tag: v4.13.0~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=620fc6696d4f4e9ad540a45892873b0382907739;p=thirdparty%2Fiproute2.git tc: fix m_simple usage Signed-off-by: Stephen Hemminger --- diff --git a/tc/m_simple.c b/tc/m_simple.c index 800cf7d70..f8937bcab 100644 --- a/tc/m_simple.c +++ b/tc/m_simple.c @@ -83,8 +83,8 @@ static void explain(void) { fprintf(stderr, "Usage:... simple [sdata STRING] [index INDEX] [CONTROL]\n"); fprintf(stderr, "\tSTRING being an arbitrary string\n" - "\tINDEX := optional index value used\n"); - "\tCONTROL := reclassify|pipe|drop|continue|ok\n" + "\tINDEX := optional index value used\n" + "\tCONTROL := reclassify|pipe|drop|continue|ok\n"); } static void usage(void)