]> granicus.if.org Git - pdns/commitdiff
small docs fix
authorRalph Covelli <rcovelli@he.net>
Fri, 26 May 2017 02:47:41 +0000 (03:47 +0100)
committerRalph Covelli <rcovelli@he.net>
Fri, 26 May 2017 02:47:41 +0000 (03:47 +0100)
pdns/common_startup.cc

index 1a4432897766acb3729c21954ff71bda37f24abe..42a64ca52f0216c0272bb9c3d989e69d733dff1a 100644 (file)
@@ -159,7 +159,7 @@ void declareArguments()
 
   ::arg().set("trusted-notification-proxy", "IP address of incoming notification proxy")="";
   ::arg().set("slave-renotify", "If we should send out notifications for slaved updates")="no";
-  ::arg().set("forward-notify", "IP addresses to send received notifications to regardless of master or slave settings")="";
+  ::arg().set("forward-notify", "IP addresses to forward received notifications to regardless of master or slave settings")="";
 
   ::arg().set("default-ttl","Seconds a result is valid if not set otherwise")="3600";
   ::arg().set("max-tcp-connections","Maximum number of TCP connections")="20";