aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2018-07-28 15:13:30 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2018-07-28 15:13:30 +0100
commitc80fe6eab17d9f02488800b15125a021c412cfce (patch)
tree8b3635491041ec271fed684a8199f08907027c1c /src
parent3f126bff76de841969ddcff0c3c6dee00b1462c0 (diff)
downloadrspamd-c80fe6eab17d9f02488800b15125a021c412cfce.tar.gz
rspamd-c80fe6eab17d9f02488800b15125a021c412cfce.zip
[Minor] Update help/man pages
Diffstat (limited to 'src')
-rw-r--r--src/client/rspamc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/rspamc.c b/src/client/rspamc.c
index 58bb89a49..072aa583d 100644
--- a/src/client/rspamc.c
+++ b/src/client/rspamc.c
@@ -141,7 +141,7 @@ static GOptionEntry entries[] =
{"exclude", 0, 0, G_OPTION_ARG_STRING_ARRAY, &exclude_patterns,
"Exclude specific glob patterns in file names (can be repeated)", NULL},
{"sort", 0, 0, G_OPTION_ARG_STRING, &sort,
- "Sort output in a specific order (name, weight, time)", NULL},
+ "Sort output in a specific order (name, weight, frequency, hits)", NULL},
{ "empty", 'E', 0, G_OPTION_ARG_NONE, &empty_input,
"Allow empty input instead of reading from stdin", NULL },
{ "fuzzy-symbol", 'S', 0, G_OPTION_ARG_STRING, &fuzzy_symbol,