Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: _bogofilter update



This is a stop-gap; many of these conflict with one another in ways not
specified.

Index: Completion/Unix/Command/_bogofilter
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_bogofilter,v
retrieving revision 1.2
diff -u -r1.2 _bogofilter
--- Completion/Unix/Command/_bogofilter	18 Nov 2004 15:12:48 -0000	1.2
+++ Completion/Unix/Command/_bogofilter	16 Dec 2004 01:58:37 -0000
@@ -27,9 +27,14 @@
   	'-m[perform maintenance functions]' \
   	'-w[display token information]:database file or directory:_files' \
   	'-p[display token probability information]:database file or directory:_files' \
+	'-C[verify database]:database:_files -/' \
   	'-H[print histogram]' \
-  	'(-R)-r[recalculate ROBX]' \
-  	'(-r)-R[recalculate and save ROBX]' \
+  	'(-f -F -P -R)-r[recalculate ROBX]:database:_files -/' \
+  	'(-f -F -P -r)-R[recalculate and save ROBX]:database:_files -/' \
+	'(-F -P -r -R)-f[run regular recovery]:database:_files -/' \
+	'(-f -P -r -R)-F[run catastrophic recovery]:database:_files -/' \
+	'(-f -F -r -R)-P[checkpoint database]:database:_files -/' \
+	'(-f -F -r -R -P)--remove-environment:database:_files -/' \
   	'-h[help]' \
   	'-V[version]' \
   	'*:tokens:->tokens' && ret=0



Messages sorted by: Reverse Date, Date, Thread, Author