URI:
       remove -i and -f from usage - bmf - bmf (Bayesian Mail Filter) 0.9.4 fork + patches
  HTML git clone git://git.codemadness.org/bmf
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 79f641da0818fd7a43a970ad425e16300f4e6572
   DIR parent 46b7439476354ab85b37689f5bec97b0231b251a
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       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(-)
       ---
   DIR 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.\n"
                    "\t-m type\t[DEPRECATED] Specify mail storage format (mbox|maildir)\n"
                    "\t-p\tPassthrough mode, like SpamAssassin.\n"