diff options
author | Clint Adams <clint@users.sourceforge.net> | 2004-11-18 15:12:45 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2004-11-18 15:12:45 +0000 |
commit | a01ba077636bdb783ede3c7a2c750baf95233d64 (patch) | |
tree | f9653b0353a973e5dc0d2fede62c4610a4a30578 /Completion | |
parent | ba32e5229264d45029e27d40d8c3bf3b5fdeec51 (diff) | |
download | zsh-a01ba077636bdb783ede3c7a2c750baf95233d64.tar.gz zsh-a01ba077636bdb783ede3c7a2c750baf95233d64.tar.xz zsh-a01ba077636bdb783ede3c7a2c750baf95233d64.zip |
* Completion/Unix/Command/_bogofilter: fix -w/-p typo, which was noticed by Michał Politowski.
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Unix/Command/_bogofilter | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_bogofilter b/Completion/Unix/Command/_bogofilter index dcf8fdb71..9f53c75bf 100644 --- a/Completion/Unix/Command/_bogofilter +++ b/Completion/Unix/Command/_bogofilter @@ -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]' \ |