From 0c4188f446e7c0ed07076c69d1d7f336a92efc8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Kis-Szab=C3=B3?= 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 1f889025..cd3c1fe2 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