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