about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorDaniel Shahaf <danielsh@apache.org>2019-12-01 00:01:49 +0000
committerDaniel Shahaf <danielsh@apache.org>2019-12-01 00:02:30 +0000
commit4bb8c937d85b7a1ff29485fc6023bba70e45852c (patch)
treed3fd277dd084fa22243948ab423506e36ad6e195 /Completion
parent98f8a8a980872f5d8f2a2a277e50a504d74a3f37 (diff)
downloadzsh-4bb8c937d85b7a1ff29485fc6023bba70e45852c.tar.gz
zsh-4bb8c937d85b7a1ff29485fc6023bba70e45852c.tar.xz
zsh-4bb8c937d85b7a1ff29485fc6023bba70e45852c.zip
unposted: _sqlite: Fix syntax error
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_sqlite2
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'