]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
iptables: extensions: Fix MARK target help
authorMart Frauenlob <mart.frauenlob@chello.at>
Mon, 27 Nov 2017 15:18:43 +0000 (16:18 +0100)
committerFlorian Westphal <fw@strlen.de>
Mon, 27 Nov 2017 15:25:44 +0000 (16:25 +0100)
A typo in the help output of: iptables -j MARK -h.

Signed-off-by: Mart Frauenlob <mart.frauenlob@chello.at>
Signed-off-by: Florian Westphal <fw@strlen.de>
extensions/libxt_MARK.c

index c2f15e3bb0c56642c22e238a6457f3ac108b8514..12b1695eeac245f305fcaa291a235ca0628ce1c2 100644 (file)
@@ -76,7 +76,7 @@ static void mark_tg_help(void)
 "  --set-mark value[/mask]   Clear bits in mask and OR value into nfmark\n"
 "  --and-mark bits           Binary AND the nfmark with bits\n"
 "  --or-mark bits            Binary OR the nfmark with bits\n"
-"  --xor-mask bits           Binary XOR the nfmark with bits\n"
+"  --xor-mark bits           Binary XOR the nfmark with bits\n"
 "\n");
 }