From 39f58eb318104d15afbe8dbdb9c93df2b50c2b69 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Mon, 16 Apr 2018 17:02:56 +0200 Subject: 42659: various completion option updates --- Completion/Unix/Command/_sqlite | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Completion/Unix/Command/_sqlite') diff --git a/Completion/Unix/Command/_sqlite b/Completion/Unix/Command/_sqlite index f63f4c085..58f7a9116 100644 --- a/Completion/Unix/Command/_sqlite +++ b/Completion/Unix/Command/_sqlite @@ -41,6 +41,7 @@ options+=( ) (( $+sqlite3 )) && options+=( + $^dashes'-append[append the database to the end of the file]' $^dashes'-bail[stop after hitting an error]' $^dashes'-cmd[run specified command before reading stdin]:sqlite meta-command' '(-*batch -*interactive)'$^dashes'-batch[force batch I/O]' @@ -49,6 +50,7 @@ options+=( $^dashes'-mmap[set default mmap size]:size' $^dashes'-newline[set output row separator]:separator [\n]' $^dashes'-pagecache[specify size and number of slots for page cache memory]:size (bytes): :slots' + $^dashes'-readonly[open the database read-only]' $^dashes'-stats[print memory stats before each finalize]' $^dashes'-vfs[use specified default VFS]:vfs:(unix-dotfile unix-excl unix-none unix-namedsem)' ) -- cgit 1.4.1