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: Phil Sutter <phil@nwl.cc>
This commit is contained in:
Phil Sutter 2016-01-06 17:46:50 +01:00 committed by Stephen Hemminger
parent e947d8947d
commit de7db5d857
1 changed files with 1 additions and 1 deletions

View File

@ -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");