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 /Completion/Unix/Command | |
parent | f08fd029357e2b16e5e9a9332a3e67b0af6a76e2 (diff) | |
download | zsh-daa674de33cbbef0d1f4c96e5e73fd4cd350d754.tar.gz zsh-daa674de33cbbef0d1f4c96e5e73fd4cd350d754.tar.xz zsh-daa674de33cbbef0d1f4c96e5e73fd4cd350d754.zip |
unposted: add missing bracket in _spamassassin.
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r-- | Completion/Unix/Command/_spamassassin | 2 |
1 files changed, 1 insertions, 1 deletions
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]' |