From: Santiago Traversa Date: Thu, 30 Mar 2023 03:39:02 +0000 (-0300) Subject: Fixes a typo in pdnsutil clear-zone help output X-Git-Tag: rec-4.9.0-alpha1~19^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12706%2Fhead;p=thirdparty%2Fpdns.git Fixes a typo in pdnsutil clear-zone help output from # pdnsutil clear-zone foo bar Syntax: pdnsutil edit-zone ZONE to # pdnsutil clear-zone foo bar Syntax: pdnsutil clear-zone ZONE --- diff --git a/pdns/pdnsutil.cc b/pdns/pdnsutil.cc index 6ccd24100e..89cf2f638e 100644 --- a/pdns/pdnsutil.cc +++ b/pdns/pdnsutil.cc @@ -3179,7 +3179,7 @@ try } else if (cmds.at(0) == "clear-zone") { if(cmds.size() != 2) { - cerr<<"Syntax: pdnsutil edit-zone ZONE"<