Commit de7db5d8 authored by Phil Sutter's avatar Phil Sutter Committed by Stephen Hemminger

tc: m_connmark: Fix help text

When specifying a conntrack zone, the 'zone' keyword has to be used
before the actual zone index.
Signed-off-by: default avatarPhil Sutter <phil@nwl.cc>
parent e947d894
......@@ -27,7 +27,7 @@
static void
explain(void)
{
fprintf(stderr, "Usage: ... connmark [ZONE] [BRANCH] [index <INDEX>]\n");
fprintf(stderr, "Usage: ... connmark [zone ZONE] [BRANCH] [index <INDEX>]\n");
fprintf(stderr, "where :\n"
"\tZONE is the conntrack zone\n"
"\tBRANCH := reclassify|pipe|drop|continue|ok\n");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment