f57859a
diff -up sqlite-src-3071602/sqlite3.1.broken sqlite-src-3071602/sqlite3.1
f57859a
--- sqlite-src-3071602/sqlite3.1.broken	2013-05-16 14:30:05.985387506 +0200
f57859a
+++ sqlite-src-3071602/sqlite3.1	2013-05-16 14:43:37.434861289 +0200
f57859a
@@ -147,7 +147,7 @@ sqlite>
f57859a
 .B sqlite3
f57859a
 has the following options:
f57859a
 .TP
f57859a
-.BI \-init\ file
f57859a
+.BI \-init\  file
f57859a
 Read and execute commands from
f57859a
 .I file
f57859a
 , which can contain a mix of SQL statements and meta-commands.
f57859a
@@ -158,11 +158,28 @@ Print commands before execution.
f57859a
 .B \-[no]header
f57859a
 Turn headers on or off.
f57859a
 .TP
f57859a
+.B \-bail
f57859a
+Stop after hitting an error.
f57859a
+.TP
f57859a
+.B \-interactive
f57859a
+Force interactive I/O.
f57859a
+.TP
f57859a
+.B \-batch
f57859a
+Force batch I/O.
f57859a
+.TP
f57859a
 .B \-column
f57859a
 Query results will be displayed in a table like form, using
f57859a
 whitespace characters to separate the columns and align the
f57859a
 output.
f57859a
 .TP
f57859a
+.BI \-cmd\  command
f57859a
+Run
f57859a
+.I command
f57859a
+before reading stdin.
f57859a
+.TP
f57859a
+.B \-csv
f57859a
+Set output mode to CSV (comma separated values).
f57859a
+.TP
f57859a
 .B \-html
f57859a
 Query results will be output as simple HTML tables.
f57859a
 .TP
f57859a
@@ -182,9 +199,17 @@ Set output field separator.  Default is
f57859a
 Set string used to represent NULL values.  Default is ''
f57859a
 (empty string).
f57859a
 .TP
f57859a
+.B \-stats
f57859a
+Print memory stats before each finalize.
f57859a
+.TP
f57859a
 .B \-version
f57859a
 Show SQLite version.
f57859a
 .TP
f57859a
+.BI \-vfs\  name
f57859a
+Use
f57859a
+.I name
f57859a
+as the default VFS.
f57859a
+.TP
f57859a
 .B \-help
f57859a
 Show help on options and exit.
f57859a