Blame SOURCES/sqlite-3.7.16-man-missing-options.patch

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