From 3716a2721b4e56896ac0389bcafeaed3a0ddec34 Mon Sep 17 00:00:00 2001 From: Jeremy Sowden Date: Thu, 5 Mar 2020 14:48:03 +0000 Subject: main: include '--reversedns' in help. The long option for '-N' was omitted from the help. Signed-off-by: Jeremy Sowden Signed-off-by: Pablo Neira Ayuso --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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" -- cgit v1.2.3