From a37c972bcea2d7a4dae9bc63d55ad236afb828d5 Mon Sep 17 00:00:00 2001 From: Olivier van der Toorn Date: Thu, 22 Feb 2018 08:41:21 +0100 Subject: [PATCH] Fix syntax error for replace-rrset Make `replace-rrset` tell the user to use the `replace-rrset` command, rather than `replace-record`. --- pdns/pdnsutil.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/pdnsutil.cc b/pdns/pdnsutil.cc index f4e37ab624..b12312631c 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\"...]"<