From 4bb8c937d85b7a1ff29485fc6023bba70e45852c Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Sun, 1 Dec 2019 00:01:49 +0000 Subject: unposted: _sqlite: Fix syntax error --- Completion/Unix/Command/_sqlite | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') 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' -- cgit 1.4.1