changeset 92:565825db59d2

Use ".read" instead of ".r" in sqlite3 command ".r" is ambiguous and sqlite 3.6.11 added ".restore"
author Thomas Arendsen Hein <thomas@intevation.de>
date Wed, 17 Aug 2011 12:48:39 +0200
parents 40f52b4b02a4
children bcf914880f80
files README
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/README	Tue Aug 16 11:54:59 2011 +0200
+++ b/README	Wed Aug 17 12:48:39 2011 +0200
@@ -14,7 +14,7 @@
 
     # apt-get install sqlite3
 
-    $ echo '.r schema.sql' | sqlite3 time.db
+    $ echo '.read schema.sql' | sqlite3 time.db
 
 2 - adding new projects to time.db:
 
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)