diff options
| author | Daniel Shahaf <danielsh@apache.org> | 2019-12-01 00:01:49 +0000 |
|---|---|---|
| committer | Daniel Shahaf <danielsh@apache.org> | 2019-12-01 00:02:30 +0000 |
| commit | 4bb8c937d85b7a1ff29485fc6023bba70e45852c (patch) | |
| tree | d3fd277dd084fa22243948ab423506e36ad6e195 /Completion/Unix/Command | |
| parent | 44958: vcs_info quilt: Avoid forks (diff) | |
| download | zsh-4bb8c937d85b7a1ff29485fc6023bba70e45852c.tar zsh-4bb8c937d85b7a1ff29485fc6023bba70e45852c.tar.gz zsh-4bb8c937d85b7a1ff29485fc6023bba70e45852c.tar.bz2 zsh-4bb8c937d85b7a1ff29485fc6023bba70e45852c.tar.lz zsh-4bb8c937d85b7a1ff29485fc6023bba70e45852c.tar.xz zsh-4bb8c937d85b7a1ff29485fc6023bba70e45852c.tar.zst zsh-4bb8c937d85b7a1ff29485fc6023bba70e45852c.zip | |
unposted: _sqlite: Fix syntax error
Diffstat (limited to 'Completion/Unix/Command')
| -rw-r--r-- | Completion/Unix/Command/_sqlite | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_sqlite b/Completion/Unix/Command/_sqlite index 5aa210d6b..0f03c61c1 100644 --- a/Completion/Unix/Command/_sqlite +++ b/Completion/Unix/Command/_sqlite @@ -51,7 +51,7 @@ options+=( '(-*batch -*interactive)'$^dashes'-interactive[force interactive I/O]' $^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'-memtrace[trace all memory allocations and deallocations' + $^dashes'-memtrace[trace all memory allocations and deallocations]' $^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' |
