diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Completion/Unix/Command/_spamassassin | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index aeec83535..aba055fbc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-04-28 Clint Adams <clint@zsh.org> + + * unposted: Completion/Unix/Command/_spamassassin: + add missing bracket. + 2002-04-25 Peter Stephenson <pws@csr.com> * 17046: Src/math.c: OCTAL_ZEROES with a `0' on its own was diff --git a/Completion/Unix/Command/_spamassassin b/Completion/Unix/Command/_spamassassin index 1993c343c..ffe6c7d5d 100644 --- a/Completion/Unix/Command/_spamassassin +++ b/Completion/Unix/Command/_spamassassin @@ -12,4 +12,4 @@ _arguments \ '-d[remove SpamAssassin markup]' \ '-c[config]:config file:_files' \ '-p[score preferences]:preference file:_files' \ - '-D[diagnostic output' + '-D[diagnostic output]' |