]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
tc: fix m_simple usage
authorStephen Hemminger <stephen@networkplumber.org>
Thu, 3 Aug 2017 23:10:18 +0000 (16:10 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Thu, 3 Aug 2017 23:10:18 +0000 (16:10 -0700)
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
tc/m_simple.c

index 800cf7d703be6c40928b710a66bb4cc679ec2bac..f8937bcabb7ae59b9f5bb0f3e27e313f064172a9 100644 (file)
@@ -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)