From e4e3b532b8b68fbe1a070a1bf5a3bf79cacf9f1f Mon Sep 17 00:00:00 2001 From: "Jamie (Bear) Murphy" Date: Wed, 16 Jul 2025 15:37:52 +0100 Subject: [PATCH] reorder options --- docs/manpages/zone2sql.1.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/manpages/zone2sql.1.rst b/docs/manpages/zone2sql.1.rst index a48d91abd4..e19e4cef71 100644 --- a/docs/manpages/zone2sql.1.rst +++ b/docs/manpages/zone2sql.1.rst @@ -58,16 +58,16 @@ OUTPUT Options OTHER Options ------------- ---filter-duplicate-soa - If there's more than one SOA record in the zone (possibly because it - was AXFR'd), ignore it. If this option is not set, all SOA records - in the zone are emitted. --delete-matching-domains Adds a delete statement to the sql output to allow re-importing zones. - Mostly only useful during testing. This hould not be used on a live DB + Mostly only useful during testing. This should not be used on a live DB as you will override the zone with previous data. You should have the optional foreign key relationship enabled in your schema if you use this or it will leave created abandoned records +--filter-duplicate-soa + If there's more than one SOA record in the zone (possibly because it + was AXFR'd), ignore it. If this option is not set, all SOA records + in the zone are emitted. --help List all options --on-error-resume-next -- 2.47.2