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 --- iptables.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'iptables.c') diff --git a/iptables.c b/iptables.c index 6a105f80..b927a117 100644 --- a/iptables.c +++ b/iptables.c @@ -322,14 +322,14 @@ exit_printhelp(struct iptables_rule_match *matches) " Change chain name, (moving any references)\n" "Options:\n" -" --proto -p [!] proto protocol: by number or name, eg. `tcp'\n" -" --source -s [!] address[/mask]\n" +"[!] --proto -p proto protocol: by number or name, eg. `tcp'\n" +"[!] --source -s address[/mask]\n" " source specification\n" -" --destination -d [!] address[/mask]\n" +"[!] --destination -d address[/mask]\n" " destination specification\n" -" --in-interface -i [!] input name[+]\n" +"[!] --in-interface -i input name[+]\n" " network interface name ([+] for wildcard)\n" -" --jump -j target\n" +" --jump -j target\n" " target for rule (may load target extension)\n" #ifdef IPT_F_GOTO " --goto -g chain\n" @@ -338,7 +338,7 @@ exit_printhelp(struct iptables_rule_match *matches) " --match -m match\n" " extended match (may load extension)\n" " --numeric -n numeric output of addresses and ports\n" -" --out-interface -o [!] output name[+]\n" +"[!] --out-interface -o output name[+]\n" " network interface name ([+] for wildcard)\n" " --table -t table table to manipulate (default: `filter')\n" " --verbose -v verbose mode\n" -- cgit v1.2.3