1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-06 15:49:35 +03:00

Updates to the sqlite3 command-line shell documentation. Ticket #2144. (CVS 3573)

FossilOrigin-Name: 3a422bb9eedf5357ce4d3bed68981c000eb96ee4
This commit is contained in:
drh
2007-01-08 14:31:35 +00:00
parent 118bff9d59
commit 20f99c438f
4 changed files with 95 additions and 89 deletions

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.157 2006/12/19 18:47:41 drh Exp $
** $Id: shell.c,v 1.158 2007/01/08 14:31:36 drh Exp $
*/
#include <stdlib.h>
#include <string.h>
@@ -821,6 +821,7 @@ static int run_schema_dump_query(
** Text of a help message
*/
static char zHelp[] =
".bail ON|OFF Stop after hitting an error. Default OFF\n"
".databases List names and files of attached databases\n"
".dump ?TABLE? ... Dump the database in an SQL text format\n"
".echo ON|OFF Turn command echo on or off\n"