summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_ECN.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2002-05-29 12:43:34 +0000
committerHarald Welte <laforge@gnumonks.org>2002-05-29 12:43:34 +0000
commit1c8fa733e6092029d97bc5b2b6a4cb13b513f2f0 (patch)
tree466dc99382b606e75c9c539118cdcb63a8888186 /extensions/libipt_ECN.c
parentc980a240bad8f8995805df3bfdfb18180dd08d03 (diff)
fix help message printout
Diffstat (limited to 'extensions/libipt_ECN.c')
-rw-r--r--extensions/libipt_ECN.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/extensions/libipt_ECN.c b/extensions/libipt_ECN.c
index c7ee7710..ddab35c3 100644
--- a/extensions/libipt_ECN.c
+++ b/extensions/libipt_ECN.c
@@ -24,13 +24,13 @@ static void init(struct ipt_entry_target *t, unsigned int *nfcache)
static void help(void)
{
printf(
-"ECN target options\n"
-" --ecn-tcp-remove Remove all ECN bits which may be present\n"
-" in the IPv4 header\n"
-"ECN target EXPERIMENTAL options (use with extreme care!)\n"
+"ECN target v%s options\n"
+" --ecn-tcp-remove Remove all ECN bits from TCP header\n"
+"ECN target v%s EXPERIMENTAL options (use with extreme care!)\n"
" --ecn-ip-ect Set the IPv4 ECT codepoint (0 to 3)\n"
" --ecn-tcp-cwr Set the IPv4 CWR bit (0 or 1)\n"
-" --ecn-tcp-ece Set the IPv4 CWR bit (0 or 1)\n"
+" --ecn-tcp-ece Set the IPv4 CWR bit (0 or 1)\n",
+ NETFILTER_VERSION, NETFILTER_VERSION
);
}