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_tcp.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'extensions/libxt_tcp.c') diff --git a/extensions/libxt_tcp.c b/extensions/libxt_tcp.c index 743c5a23..d7800644 100644 --- a/extensions/libxt_tcp.c +++ b/extensions/libxt_tcp.c @@ -12,17 +12,17 @@ static void tcp_help(void) { printf( "tcp match options:\n" -" --tcp-flags [!] mask comp match when TCP flags & mask == comp\n" +"[!] --tcp-flags mask comp match when TCP flags & mask == comp\n" " (Flags: SYN ACK FIN RST URG PSH ALL NONE)\n" "[!] --syn match when only SYN flag set\n" " (equivalent to --tcp-flags SYN,RST,ACK,FIN SYN)\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" -" --tcp-option [!] number match if TCP option set\n"); +"[!] --tcp-option number match if TCP option set\n"); } static const struct option tcp_opts[] = { -- cgit v1.2.3