From 527fa721786ab0d5d70dfd627c04118a9e3262c8 Mon Sep 17 00:00:00 2001 From: Kevin Otte Date: Thu, 15 Jan 2015 11:22:49 -0500 Subject: [PATCH] Fix reference to wrong zone2sql dialect --- docs/markdown/authoritative/backend-gsqlite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.40.0