From 2ad0eaab2fe2c95bcf3584674f039f8e84bf12f3 Mon Sep 17 00:00:00 2001 From: jdubois Date: Tue, 22 May 2018 09:58:59 +0200 Subject: [PATCH] typo --- HowtoSQLite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowtoSQLite.md b/HowtoSQLite.md index fe0922f5..4a44e1f0 100644 --- a/HowtoSQLite.md +++ b/HowtoSQLite.md @@ -28,7 +28,7 @@ Créer un fichier SQLite : $ sqlite3 foo.db SQLite version 3.16.2 2017-01-06 16:32:41 Enter ".help" for usage hints. -sqlite> sqlite> .tables +sqlite> .tables sqlite> .exit $ file foo.db