From: Ralph Covelli Date: Fri, 26 May 2017 02:47:41 +0000 (+0100) Subject: small docs fix X-Git-Tag: rec-4.1.0-alpha1~90^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=130a758d0ef4ed4e8736ba69316c750e04da01dd;p=pdns small docs fix --- diff --git a/pdns/common_startup.cc b/pdns/common_startup.cc index 1a4432897..42a64ca52 100644 --- a/pdns/common_startup.cc +++ b/pdns/common_startup.cc @@ -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";