summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_multiport.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2008-08-13 14:42:41 +0200
committerPatrick McHardy <kaber@trash.net>2008-08-13 14:42:41 +0200
commit967279231a9ecfa99f26694a954afc535c63db1d (patch)
treefbf76c900c304bab6ba766d89fee9329d243e82a /extensions/libxt_multiport.c
parent1eada72b7da712bffb87e829b3b9deb3de6bca3c (diff)
Synchronize invert flag order with manpages
Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'extensions/libxt_multiport.c')
-rw-r--r--extensions/libxt_multiport.c6
1 files changed, 3 insertions, 3 deletions
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");
}