blob: da65188bee84735665d92adc2ad358bca1584062 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- bayes_spam_check.pl.orig 2016-01-17 18:02:48 UTC
+++ bayes_spam_check.pl
@@ -144,7 +144,7 @@ Given a corpus rating file and an email
-h, --help : this (help) message
-r, --rating : corpus rating file to use
-example: $0 --rating -o bayes_rating.dat
+example: $0 --rating bayes_rating.dat
EOF
}
|