From: Kevin Otte Date: Thu, 15 Jan 2015 16:22:49 +0000 (-0500) Subject: Fix reference to wrong zone2sql dialect X-Git-Tag: rec-3.7.0-rc1~19^2~1^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=527fa721786ab0d5d70dfd627c04118a9e3262c8;p=pdns Fix reference to wrong zone2sql dialect --- diff --git a/docs/markdown/authoritative/backend-gsqlite.md b/docs/markdown/authoritative/backend-gsqlite.md index 015d3e6c7..81a9cb4dd 100644 --- a/docs/markdown/authoritative/backend-gsqlite.md +++ b/docs/markdown/authoritative/backend-gsqlite.md @@ -35,7 +35,7 @@ Before you can use this backend you first have to set it up and fill it with dat This schema contains all elements needed for master, slave and superslave operation. -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 --gmysql | sqlite powerdns.sqlite`, but you can also use AXFR (or insert data manually). +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 | sqlite powerdns.sqlite`, but you can also use AXFR (or insert data manually). To communicate with a SQLite database, use either the 'sqlite' or 'sqlite3' program, and feed it SQL.