tc: fix m_simple usage
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
e2a055dd23
commit
620fc6696d
|
|
@ -83,8 +83,8 @@ static void explain(void)
|
||||||
{
|
{
|
||||||
fprintf(stderr, "Usage:... simple [sdata STRING] [index INDEX] [CONTROL]\n");
|
fprintf(stderr, "Usage:... simple [sdata STRING] [index INDEX] [CONTROL]\n");
|
||||||
fprintf(stderr, "\tSTRING being an arbitrary string\n"
|
fprintf(stderr, "\tSTRING being an arbitrary string\n"
|
||||||
"\tINDEX := optional index value used\n");
|
"\tINDEX := optional index value used\n"
|
||||||
"\tCONTROL := reclassify|pipe|drop|continue|ok\n"
|
"\tCONTROL := reclassify|pipe|drop|continue|ok\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
static void usage(void)
|
static void usage(void)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue