summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorHervé Eychenne <rv@wallfire.org>2003-03-03 22:23:22 +0000
committerHarald Welte <laforge@gnumonks.org>2003-03-03 22:23:22 +0000
commit9230c11493abb0622f3df5f1cd6ccacbbf40cef3 (patch)
tree25c43da8ca84abcea477c151e848a351fef166cc /extensions
parent63e9063a660809385fd17edb94da044c7c884e02 (diff)
add iptables 'helper' match manpage section (Herve Eychenne)
Diffstat (limited to 'extensions')
-rw-r--r--extensions/libipt_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libipt_helper.c b/extensions/libipt_helper.c
index 8c59e2a6..4b16e021 100644
--- a/extensions/libipt_helper.c
+++ b/extensions/libipt_helper.c
@@ -14,7 +14,7 @@ help(void)
{
printf(
"helper match v%s options:\n"
-"[!] --helper value Match helper value\n"
+"[!] --helper string Match helper identified by string\n"
"\n",
IPTABLES_VERSION);
}