aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordanielk1977 <danielk1977@noemail.net>2005-01-13 11:10:25 +0000
committerdanielk1977 <danielk1977@noemail.net>2005-01-13 11:10:25 +0000
commit6b77a36abf1b51ddd031246a0d38fc8d04404dd4 (patch)
tree8390f694dfbea1e37dcf477a65162cd17d56dc74 /src
parentaca790ace383aa2e912c61f14f7992c4315897f5 (diff)
downloadsqlite-6b77a36abf1b51ddd031246a0d38fc8d04404dd4.tar.gz
sqlite-6b77a36abf1b51ddd031246a0d38fc8d04404dd4.zip
Fix typo in shell .help. Ticket #1071. (CVS 2206)
FossilOrigin-Name: 2c7a1a1698851914de705a0a942ebaaad5545fbc
Diffstat (limited to 'src')
-rw-r--r--src/shell.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shell.c b/src/shell.c
index 9b1ea1375..ae0f90b72 100644
--- a/src/shell.c
+++ b/src/shell.c
@@ -12,7 +12,7 @@
** This file contains code to implement the "sqlite" command line
** utility for accessing SQLite databases.
**
-** $Id: shell.c,v 1.118 2004/11/22 05:26:28 danielk1977 Exp $
+** $Id: shell.c,v 1.119 2005/01/13 11:10:25 danielk1977 Exp $
*/
#include <stdlib.h>
#include <string.h>
@@ -746,7 +746,7 @@ static char zHelp[] =
".help Show this message\n"
".import FILE TABLE Import data from FILE into TABLE\n"
".indices TABLE Show names of all indices on TABLE\n"
- ".mode MODE ?TABLE? Set output mode where MODE is on of:\n"
+ ".mode MODE ?TABLE? Set output mode where MODE is one of:\n"
" csv Comma-separated values\n"
" column Left-aligned columns. (See .width)\n"
" html HTML <table> code\n"