From 4ce666fd71662ed75f19073a67605c19870b347f Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Fri, 29 Apr 2016 19:38:43 +0200 Subject: [PATCH] Add --help and --version to ixplore --- pdns/ixplore.cc | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/pdns/ixplore.cc b/pdns/ixplore.cc index be45c1694f..8646eaf254 100644 --- a/pdns/ixplore.cc +++ b/pdns/ixplore.cc @@ -176,14 +176,30 @@ void loadZoneFromDisk(records_t& records, const string& fname, const DNSName& zo } } +void usage() { + cerr<<"Syntax: ixplore diff ZONE BEFORE_FILE AFTER_FILE"<