From: Jeremy Sowden Date: Thu, 5 Mar 2020 14:48:03 +0000 (+0000) Subject: main: include '--reversedns' in help. X-Git-Tag: v0.9.4~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3716a2721b4e56896ac0389bcafeaed3a0ddec34;p=thirdparty%2Fnftables.git 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 --- 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"