From 54ffd765fdd23e1f2167af833d2163b2bbe7a212 Mon Sep 17 00:00:00 2001 From: Alexander Moisseev Date: Wed, 10 May 2017 17:39:32 +0300 Subject: [PATCH] [Minor] rspamd_stats: fix `--alpha-score` option name and synopsis inconsistency with option description --- utils/rspamd_stats.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/rspamd_stats.pl b/utils/rspamd_stats.pl index b296a1a16..2a985ab8a 100644 --- a/utils/rspamd_stats.pl +++ b/utils/rspamd_stats.pl @@ -35,7 +35,7 @@ GetOptions( "symbol|s=s@" => \@symbols_search, "exclude|s=s@" => \@symbols_exclude, "log|l=s" => \$log_file, - "alpha|a=f" => \$diff_alpha, + "alpha-score|alpha|a=f" => \$diff_alpha, "correlations|c" => \$correlations, "search-pattern=s" => \$search_pattern, "start=s" => \$startTime, @@ -396,7 +396,7 @@ rspamd_stats [options] [--symbol=SYM1 [--symbol=SYM2...]] [--log file] --reject-score=score set reject threshold (15 by default) --junk-score=score set junk score (6.0 by default) --symbol=sym check specified symbol (perl regexps, '.*' by default) - --alpha=value set ignore score for symbols (0.1 by default) + --alpha-score=score set ignore score for symbols (0.1 by default) --correlations enable correlations report --search-pattern do not process input unless the desired pattern is found --start starting time (oldest) for log parsing -- 2.39.5