remove -i and -f from usage - bmf - bmf (Bayesian Mail Filter) 0.9.4 fork + pat… | |
git clone git://git.codemadness.org/bmf | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 79f641da0818fd7a43a970ad425e16300f4e6572 | |
parent 46b7439476354ab85b37689f5bec97b0231b251a | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sat, 22 Sep 2018 20:05:26 +0200 | |
remove -i and -f from usage | |
Diffstat: | |
M bmf.c | 2 -- | |
1 file changed, 0 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/bmf.c b/bmf.c | |
@@ -42,9 +42,7 @@ static void usage( void ) | |
"\t-t\tTest mode, print report and do not save results.\n" | |
"\n" | |
"Other options:\n" | |
- "\t-f fmt\tSpecify database format (text|db|mysql).\n" | |
"\t-d db\tSpecify database or directory name.\n" | |
- "\t-i file\tSpecify file to read instead of stdin.\n" | |
"\t-k n\tSpecify count of extrema to use (keepers), default is 15.… | |
"\t-m type\t[DEPRECATED] Specify mail storage format (mbox|maildir… | |
"\t-p\tPassthrough mode, like SpamAssassin.\n" |