diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2018-04-17 02:55:16 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2018-04-17 02:55:16 +0200 |
commit | 03fcdd08a35697ef0f01673c243420e3d13b47e0 (patch) | |
tree | ef1230281d685eae583c8ecbb36af72506ad4a1e /Completion/Unix/Command/_sqlite | |
parent | f0421610cd92ad949eedb22390a908020a1d0e1e (diff) | |
parent | fd4056f4edb12000ac5b0181aef8bb741e60801c (diff) | |
download | zsh-03fcdd08a35697ef0f01673c243420e3d13b47e0.tar.gz zsh-03fcdd08a35697ef0f01673c243420e3d13b47e0.zip |
Merge tag 'zsh-5.5.1' and branch 'upstream' into branch 'debian'
Release 5.5.1.
Diffstat (limited to 'Completion/Unix/Command/_sqlite')
-rw-r--r-- | Completion/Unix/Command/_sqlite | 2 |
1 files changed, 2 insertions, 0 deletions
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)' ) |