From: Harald Welte Date: Tue, 6 Aug 2002 06:50:04 +0000 (+0000) Subject: fix typo in help message X-Git-Tag: v1.2.7~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=92cad5f4a349daac294332b8f8f696b43c55d3fc;p=thirdparty%2Fiptables.git fix typo in help message --- diff --git a/extensions/libipt_ECN.c b/extensions/libipt_ECN.c index aa085edf..99b0f0e0 100644 --- a/extensions/libipt_ECN.c +++ b/extensions/libipt_ECN.c @@ -6,7 +6,7 @@ * * libipt_ECN.c borrowed heavily from libipt_DSCP.c * - * $Id: libipt_ECN.c,v 1.7 2002/05/29 15:11:36 laforge Exp $ + * $Id: libipt_ECN.c,v 1.8 2002/08/05 19:36:15 laforge Exp $ */ #include #include @@ -29,7 +29,7 @@ static void help(void) "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 ECE bit (0 or 1)\n", IPTABLES_VERSION, IPTABLES_VERSION ); }