]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
reorder options
authorJamie (Bear) Murphy <git@jam.ie>
Wed, 16 Jul 2025 14:37:52 +0000 (15:37 +0100)
committerJamie (Bear) Murphy <git@jam.ie>
Wed, 16 Jul 2025 14:37:52 +0000 (15:37 +0100)
docs/manpages/zone2sql.1.rst

index a48d91abd4de762ccc0cc704888f83a99774c452..e19e4cef7146e2a97c8b9be2d343469c03313c0f 100644 (file)
@@ -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