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_multiport.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'extensions/libxt_multiport.c') diff --git a/extensions/libxt_multiport.c b/extensions/libxt_multiport.c index 413f178d..3c2ece1a 100644 --- a/extensions/libxt_multiport.c +++ b/extensions/libxt_multiport.c @@ -31,13 +31,13 @@ static void multiport_help_v1(void) { printf( "multiport match options:\n" -" --source-ports [!] port[,port:port,port...]\n" +"[!] --source-ports port[,port:port,port...]\n" " --sports ...\n" " match source port(s)\n" -" --destination-ports [!] port[,port:port,port...]\n" +"[!] --destination-ports port[,port:port,port...]\n" " --dports ...\n" " match destination port(s)\n" -" --ports [!] port[,port:port,port]\n" +"[!] --ports port[,port:port,port]\n" " match both source and destination port(s)\n"); } -- cgit v1.2.3