From 51a7e9457648939a53d5a2982780dac2730d697b Mon Sep 17 00:00:00 2001 From: laforge Date: Wed, 14 Aug 2002 11:40:41 +0000 Subject: minor fixes by kisza: - remove -C(check) function from ip6tables - -M added to the getopts()'s list (missed) - small change in the iptables help - remove some unused code - some GPL notice added --- iptables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iptables.c') diff --git a/iptables.c b/iptables.c index 1f88902..cd3c1fe 100644 --- a/iptables.c +++ b/iptables.c @@ -342,7 +342,7 @@ exit_printhelp(void) struct iptables_target *t = NULL; printf("%s v%s\n\n" -"Usage: %s -[ADC] chain rule-specification [options]\n" +"Usage: %s -[AD] chain rule-specification [options]\n" " %s -[RI] chain rulenum rule-specification [options]\n" " %s -D chain rulenum [options]\n" " %s -[LFZ] [chain] [options]\n" -- cgit v1.2.3