]> granicus.if.org Git - pdns/commitdiff
When only the zonefile argument is used, the domains table doesn't get updated, only...
authorMohit Chawla <mohit.chawla.binary@gmail.com>
Fri, 10 Jul 2015 12:45:20 +0000 (18:15 +0530)
committerMohit Chawla <mohit.chawla.binary@gmail.com>
Fri, 10 Jul 2015 12:45:20 +0000 (18:15 +0530)
docs/markdown/authoritative/backend-gsqlite.md

index a5e0f3126cb5be67b5610c20e580d4262c06cead..ac8feaf57eaaeabbab9603c38435e4364a624656 100644 (file)
@@ -38,7 +38,7 @@ This schema contains all elements needed for master, slave and superslave operat
 
 After you have created the database you probably want to fill it with data. If
 you have a BIND zone file it's as easy as:
-`zone2sql --zone=myzonefile --gsqlite | sqlite3 powerdns.sqlite3`, but you can
+`zone2sql --named-conf=/path/to/named.conf --gsqlite | sqlite3 powerdns.sqlite3`, but you can
 also use AXFR (or insert data manually).
 
 To communicate with a SQLite database, use the `sqlite3` program, and feed it SQL.