From: Peter van Dijk Date: Thu, 18 Feb 2016 17:30:43 +0000 (+0100) Subject: format X-Git-Tag: dnsdist-1.0.0-beta1~27^2~1^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cec023448bad1638590d091fd442f2046af2a49;p=thirdparty%2Fpdns.git format --- diff --git a/docs/markdown/authoritative/backend-ldap.md b/docs/markdown/authoritative/backend-ldap.md index a80415bb4c..b8d2bd4bcf 100644 --- a/docs/markdown/authoritative/backend-ldap.md +++ b/docs/markdown/authoritative/backend-ldap.md @@ -297,23 +297,27 @@ and writes the dns record entries in ldif format to stdout: Usage: -`zone2ldap`\ -`   --basedn=`\ -`   --named-conf=`\ -`   --resume`\ -`   > zones.ldif` +``` +zone2ldap +   --basedn=` zones.ldif +``` Alternatively zone2ldap can be used to convert only single zone files instead all zones: Usage: -`zone2ldap`\ -`   --basedn=`\ -`   --zone-file=`\ -`   --zone-name=`\ -`   --resume`\ -`   > zone.ldif` +``` +zone2ldap +   --basedn=` zone.ldif +``` Here is a complete list of all options: