diff options
author | Clint Adams <clint@users.sourceforge.net> | 2002-04-29 03:03:56 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2002-04-29 03:03:56 +0000 |
commit | daa674de33cbbef0d1f4c96e5e73fd4cd350d754 (patch) | |
tree | 2f0b9b45e5dabbcf11dda5a8c4fa014f4e906ac5 | |
parent | f08fd029357e2b16e5e9a9332a3e67b0af6a76e2 (diff) | |
download | zsh-daa674de33cbbef0d1f4c96e5e73fd4cd350d754.tar.gz zsh-daa674de33cbbef0d1f4c96e5e73fd4cd350d754.tar.xz zsh-daa674de33cbbef0d1f4c96e5e73fd4cd350d754.zip |
unposted: add missing bracket in _spamassassin.
-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]' |