diff options
author | Clint Adams <clint@users.sourceforge.net> | 2002-04-29 03:06:54 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2002-04-29 03:06:54 +0000 |
commit | 4e70abb13bfc6f1d38c28580d2f616284a45f060 (patch) | |
tree | 20a088db8db396c533c986818d20869fa14649a1 /Completion/Unix | |
parent | 52e1483e81a7754e6904080124dc24bfd5649fd1 (diff) | |
download | zsh-4e70abb13bfc6f1d38c28580d2f616284a45f060.tar.gz zsh-4e70abb13bfc6f1d38c28580d2f616284a45f060.tar.xz zsh-4e70abb13bfc6f1d38c28580d2f616284a45f060.zip |
unposted: add missing bracket in _spamassassin.
Diffstat (limited to 'Completion/Unix')
-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]' |