summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlaforge <laforge>2002-08-06 06:50:04 +0000
committerlaforge <laforge>2002-08-06 06:50:04 +0000
commit452000d323fbadedc400c3a5a294317d591f7e8f (patch)
treee2c332c049c6d26ebda7d36c25b698614e2c26fe
parent2a0d81d9de2efd382621aa5bc3ef5c0782f800df (diff)
fix typo in help message
-rw-r--r--extensions/libipt_ECN.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/libipt_ECN.c b/extensions/libipt_ECN.c
index aa085ed..99b0f0e 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 <stdio.h>
#include <string.h>
@@ -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
);
}