1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-07 11:41:16 +02:00

unposted: _sqlite: Fix syntax error

This commit is contained in:
Daniel Shahaf 2019-12-01 00:01:49 +00:00
parent 98f8a8a980
commit 4bb8c937d8
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2019-12-01 Daniel Shahaf <danielsh@apache.org>
* unposted: Completion/Unix/Command/_sqlite: Fix syntax error
2019-11-30 Daniel Shahaf <d.s@daniel.shahaf.name> 2019-11-30 Daniel Shahaf <d.s@daniel.shahaf.name>
* 44958: Functions/VCS_Info/VCS_INFO_quilt, README: vcs_info * 44958: Functions/VCS_Info/VCS_INFO_quilt, README: vcs_info

View file

@ -51,7 +51,7 @@ options+=(
'(-*batch -*interactive)'$^dashes'-interactive[force interactive I/O]' '(-*batch -*interactive)'$^dashes'-interactive[force interactive I/O]'
$^dashes'-lookaside[specify size and number of entries for lookaside memory]:size (bytes): :entries' $^dashes'-lookaside[specify size and number of entries for lookaside memory]:size (bytes): :entries'
$^dashes'-maxsize[specify maximum size for a --deserialize database]:size' $^dashes'-maxsize[specify maximum size for a --deserialize database]:size'
$^dashes'-memtrace[trace all memory allocations and deallocations' $^dashes'-memtrace[trace all memory allocations and deallocations]'
$^dashes'-mmap[set default mmap size]:size' $^dashes'-mmap[set default mmap size]:size'
$^dashes'-newline[set output row separator]:separator [\n]' $^dashes'-newline[set output row separator]:separator [\n]'
$^dashes'-pagecache[specify size and number of slots for page cache memory]:size (bytes): :slots' $^dashes'-pagecache[specify size and number of slots for page cache memory]:size (bytes): :slots'