tc: fix m_simple usage

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
Stephen Hemminger 2017-08-03 16:10:18 -07:00
parent e2a055dd23
commit 620fc6696d
1 changed files with 2 additions and 2 deletions

View 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)