diff options
author | Mart Frauenlob <mart.frauenlob@chello.at> | 2017-11-27 16:18:43 +0100 |
---|---|---|
committer | Florian Westphal <fw@strlen.de> | 2017-11-27 16:25:44 +0100 |
commit | a6d6821a6c0fae85a4d1570701b3b6bee89ec0a2 (patch) | |
tree | a2e23ecfed291280117dbf1f98a089f5ec25e826 /extensions/libxt_MARK.c | |
parent | 71de414c21f7f31270e5d62e782e52257e5c3d06 (diff) |
iptables: extensions: Fix MARK target help
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>
Diffstat (limited to 'extensions/libxt_MARK.c')
-rw-r--r-- | extensions/libxt_MARK.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); } |