From 853c8381b7d0c4b69fcd7097fc11d09f7423ceb3 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Thu, 24 Nov 2016 14:08:00 -0800 Subject: [PATCH] Tweak restore docs --- doc/RESTORE_FROM_SQLITE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/RESTORE_FROM_SQLITE.md b/doc/RESTORE_FROM_SQLITE.md index da3846d6..ae931dba 100644 --- a/doc/RESTORE_FROM_SQLITE.md +++ b/doc/RESTORE_FROM_SQLITE.md @@ -1,9 +1,9 @@ # Restoring from a SQLite dump file -rqlite supports loading a cluster directly from a SQLite dump file. This is a fast and efficient manner to bootstrap a system from an existing SQLite database, or to restore from an existing [node backup](https://github.com/rqlite/rqlite/blob/master/doc/BACKUPS.md). An example restore is shown below. +rqlite supports loading a node directly from a SQLite dump file. This is a fast and efficient manner to bootstrap a system from an existing SQLite database, or to restore from an existing [node backup](https://github.com/rqlite/rqlite/blob/master/doc/BACKUPS.md). An example restore is shown below. ## Example -The following example shows a trivial database being generated by sqlite3, dumped to a file, and then loaded into an rqlite node listening on localhost. +The following example shows a trivial database being generated by `sqlite3`, dumped to a file, and then loaded into a rqlite node listening on localhost. ```bash ~ $ sqlite3 restore.sqlite SQLite version 3.14.1 2016-08-11 18:53:32