From a6d6821a6c0fae85a4d1570701b3b6bee89ec0a2 Mon Sep 17 00:00:00 2001 From: Mart Frauenlob Date: Mon, 27 Nov 2017 16:18:43 +0100 Subject: iptables: extensions: Fix MARK target help A typo in the help output of: iptables -j MARK -h. Signed-off-by: Mart Frauenlob Signed-off-by: Florian Westphal --- extensions/libxt_MARK.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/libxt_MARK.c b/extensions/libxt_MARK.c index c2f15e3b..12b1695e 100644 --- a/extensions/libxt_MARK.c +++ b/extensions/libxt_MARK.c @@ -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"); } -- cgit v1.2.3