From 130a758d0ef4ed4e8736ba69316c750e04da01dd Mon Sep 17 00:00:00 2001 From: Ralph Covelli Date: Fri, 26 May 2017 03:47:41 +0100 Subject: [PATCH] small docs fix --- pdns/common_startup.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.40.0