From 967279231a9ecfa99f26694a954afc535c63db1d Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 13 Aug 2008 14:42:41 +0200 Subject: Synchronize invert flag order with manpages Signed-off-by: Jan Engelhardt Signed-off-by: Patrick McHardy --- extensions/libxt_udp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extensions/libxt_udp.c') diff --git a/extensions/libxt_udp.c b/extensions/libxt_udp.c index 9c3665a4..a749f13d 100644 --- a/extensions/libxt_udp.c +++ b/extensions/libxt_udp.c @@ -12,10 +12,10 @@ static void udp_help(void) { printf( "udp match options:\n" -" --source-port [!] port[:port]\n" +"[!] --source-port port[:port]\n" " --sport ...\n" " match source port(s)\n" -" --destination-port [!] port[:port]\n" +"[!] --destination-port port[:port]\n" " --dport ...\n" " match destination port(s)\n"); } -- cgit v1.2.3