Fix typo in shell .help. Ticket #1071. (CVS 2206)

FossilOrigin-Name: 2c7a1a1698851914de705a0a942ebaaad5545fbc
This commit is contained in:
danielk1977 2005-01-13 11:10:25 +00:00
parent aca790ace3
commit 6b77a36abf
3 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
C Test\scases\sto\simprove\scoverage\sof\spager.c.\s(CVS\s2205)
D 2005-01-13T11:07:53
C Fix\stypo\sin\sshell\s.help.\sTicket\s#1071.\s(CVS\s2206)
D 2005-01-13T11:10:25
F Makefile.in 6ce51dde6a8fe82fc12f20dec750572f6a19f56a
F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457
F README a01693e454a00cc117967e3f9fdab2d4d52e9bc1
@ -60,7 +60,7 @@ F src/pragma.c ac594f74c90ffec043c43e49358719ffeb491eec
F src/printf.c 3d20b21cfecadacecac3fb7274e746cb81d3d357
F src/random.c eff68e3f257e05e81eae6c4d50a51eb88beb4ff3
F src/select.c af6ffcf0201f8f4e2697eea25689077dc61c6109
F src/shell.c e8f4f486cbf6e60d81173146ac8a6522c930fa51
F src/shell.c 591364a0e9ca4ce53873e21e0294476c0c2b4770
F src/sqlite.h.in 0d5e48e506845b74a845c9470e01d3f472b59611
F src/sqliteInt.h 641b348a109a080262d9f3603f2e94143d4383f2
F src/table.c 25b3ff2b39b7d87e8d4a5da0713d68dfc06cbee9
@ -268,7 +268,7 @@ F www/tclsqlite.tcl e73f8f8e5f20e8277619433f7970060ab01088fc
F www/vdbe.tcl 095f106d93875c94b47367384ebc870517431618
F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0
F www/whentouse.tcl c3b50d3ac31c54be2a1af9b488a89d22f1e6e746
P 8378455f32c3010ccc28181048c746ecb8a9fa67
R a61a3877ed12f3c97188522b730cced9
P 0428a1480126f7e73dc1e24b6fbfa185d2d83dd3
R 49ffc8f53b426b02825412c8b82fd036
U danielk1977
Z 31a1cc8df4dbfa6bc63a4e33300fff94
Z 10140b77961513f81ae0ffacefd52bd2

View File

@ -1 +1 @@
0428a1480126f7e73dc1e24b6fbfa185d2d83dd3
2c7a1a1698851914de705a0a942ebaaad5545fbc

View File

@ -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"