]> git.ipfire.org Git - thirdparty/nftables.git/commit
Correct description of -n/--numeric option
authorJon Jensen <jon@endpoint.com>
Sat, 29 Oct 2016 04:18:11 +0000 (22:18 -0600)
committerFlorian Westphal <fw@strlen.de>
Sat, 29 Oct 2016 18:46:47 +0000 (20:46 +0200)
commit1d3c3cb4c8b65c63df6280070ef6f0da7f5148d3
tree9cdbe140fd6b11f5827a730131f761a28b69371f
parent6bc84e04c40a2497c4c416556df09e2782059e1c
Correct description of -n/--numeric option

"When used twice" was used twice in the manpage. :)

And as Florian Westphal pointed out, it was also incorrect
for the -nn case.

Update the manpage and built-in help in main.c to match actual behavior.

Signed-off-by: Jon Jensen <jon@endpoint.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
doc/nft.xml
src/main.c