From: Olivier van der Toorn Date: Thu, 22 Feb 2018 07:41:21 +0000 (+0100) Subject: Fix syntax error for replace-rrset X-Git-Tag: dnsdist-1.3.0~91^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a37c972bcea2d7a4dae9bc63d55ad236afb828d5;p=pdns Fix syntax error for replace-rrset Make `replace-rrset` tell the user to use the `replace-rrset` command, rather than `replace-record`. --- diff --git a/pdns/pdnsutil.cc b/pdns/pdnsutil.cc index f4e37ab62..b12312631 100644 --- a/pdns/pdnsutil.cc +++ b/pdns/pdnsutil.cc @@ -2236,7 +2236,7 @@ try } else if(cmds[0] == "replace-rrset") { if(cmds.size() < 5) { - cerr<<"Syntax: pdnsutil replace-record ZONE name type [ttl] \"content\" [\"content\"...]"<