]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
fix --dnssec help output about defaults 3606/head
authorbert hubert <bert.hubert@netherlabs.nl>
Mon, 21 Mar 2016 19:11:00 +0000 (20:11 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Tue, 22 Mar 2016 08:37:06 +0000 (09:37 +0100)
pdns/pdns_recursor.cc

index 5b61e3161cdb9dbcfaaeea5ab502996e9f1593db..e0d54a5519be7f70d79f739e2ccda10aa9f2cd54 100644 (file)
@@ -2660,7 +2660,7 @@ int main(int argc, char **argv)
     ::arg().set("local-address","IP addresses to listen on, separated by spaces or commas. Also accepts ports.")="127.0.0.1";
     ::arg().setSwitch("non-local-bind", "Enable binding to non-local addresses by using FREEBIND / BINDANY socket options")="no";
     ::arg().set("trace","if we should output heaps of logging. set to 'fail' to only log failing domains")="off";
-    ::arg().set("dnssec", "DNSSEC mode: off (default)/process/log-fail/validate")="process";
+    ::arg().set("dnssec", "DNSSEC mode: off/process (default)/log-fail/validate")="process";
     ::arg().set("daemon","Operate as a daemon")="no";
     ::arg().setSwitch("write-pid","Write a PID file")="yes";
     ::arg().set("loglevel","Amount of logging. Higher is more. Do not set below 3")="4";