From ff5ba4f9e50a560411768776663d08d4c211fe98 Mon Sep 17 00:00:00 2001 From: Winfried Angele Date: Tue, 29 Apr 2014 11:20:31 +0200 Subject: [PATCH] to ask for help is not an error --- pdns/dynloader.cc | 6 +++--- pdns/pdns_recursor.cc | 6 +++--- pdns/pdnssec.cc | 6 +++--- pdns/rec_control.cc | 8 +++++++- pdns/receiver.cc | 6 +++--- pdns/zone2json.cc | 8 +++++++- pdns/zone2ldap.cc | 9 ++++++++- pdns/zone2sql.cc | 8 +++++++- 8 files changed, 41 insertions(+), 16 deletions(-) diff --git a/pdns/dynloader.cc b/pdns/dynloader.cc index 451e4ce612..a32bafb2b4 100644 --- a/pdns/dynloader.cc +++ b/pdns/dynloader.cc @@ -70,9 +70,9 @@ int main(int argc, char **argv) ::arg().laxParse(argc,argv); if(::arg().mustDo("help")) { - cerr<<"syntax:"<commands=::arg().getCommands(); diff --git a/pdns/pdns_recursor.cc b/pdns/pdns_recursor.cc index cd16f00f1a..b1aabae5e3 100644 --- a/pdns/pdns_recursor.cc +++ b/pdns/pdns_recursor.cc @@ -2185,9 +2185,9 @@ int main(int argc, char **argv) ::arg().set("delegation-only")=toLower(::arg()["delegation-only"]); if(::arg().mustDo("help")) { - cerr<<"syntax:"<