summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Sowden <jeremy@azazel.net>2020-03-05 14:48:03 +0000
committerPablo Neira Ayuso <pablo@netfilter.org>2020-03-10 13:21:23 +0100
commit3716a2721b4e56896ac0389bcafeaed3a0ddec34 (patch)
treeda5988bb2bdae354ffcb11191b484032c21fe277
parent96383a58801b7a0e5704e0fb246a2d46610217fd (diff)
main: include '--reversedns' in help.
The long option for '-N' was omitted from the help. Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 3e37d600..d00c7ec2 100644
--- a/src/main.c
+++ b/src/main.c
@@ -153,7 +153,7 @@ static void show_help(const char *name)
" -s, --stateless Omit stateful information of ruleset.\n"
" -t, --terse Omit contents of sets.\n"
" -u, --guid Print UID/GID as defined in /etc/passwd and /etc/group.\n"
-" -N Translate IP addresses to names.\n"
+" -N, --reversedns Translate IP addresses to names.\n"
" -S, --service Translate ports to service names as described in /etc/services.\n"
" -p, --numeric-protocol Print layer 4 protocols numerically.\n"
" -y, --numeric-priority Print chain priority numerically.\n"