summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Completion/Unix/Command/_sqlite2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 316b1624a..c9bca3071 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
* 44958: Functions/VCS_Info/VCS_INFO_quilt, README: vcs_info
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'