1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 22:11:54 +02:00

* Completion/Unix/Command/_bogofilter: fix -w/-p typo, which was noticed by Michał Politowski.

This commit is contained in:
Clint Adams 2004-11-18 15:12:45 +00:00
parent ba32e52292
commit a01ba07763
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2004-11-18 Clint Adams <clint@zsh.org>
* Completion/Unix/Command/_bogofilter: fix -w/-p typo, which was
noticed by Michał Politowski.
2004-11-16 Peter Stephenson <pws@csr.com>
* users/8219: Doc/Zsh/params.yo, Doc/Zsh/zle.yo,

View file

@ -26,7 +26,7 @@ _bogofilter() {
'-l[load file into db]:textfile:_files' \
'-m[perform maintenance functions]' \
'-w[display token information]:database file or directory:_files' \
'-w[display token probability information]:database file or directory:_files' \
'-p[display token probability information]:database file or directory:_files' \
'-H[print histogram]' \
'(-R)-r[recalculate ROBX]' \
'(-r)-R[recalculate and save ROBX]' \