aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Louis Dupond <jean-louis@dupond.be>2017-08-10 22:32:03 +0200
committerAndrew Lewis <nerf@judo.za.org>2017-08-28 13:20:27 +0200
commit3d48e32dae46a8c92ec9f7f263aaa5e8d0d4a74c (patch)
tree91631b97a5cdea7b547f5f5491fd13367767454a
parent3287fc4205d4e94b0fff5866579ed162fad8ab72 (diff)
downloadrspamd-3d48e32dae46a8c92ec9f7f263aaa5e8d0d4a74c.tar.gz
rspamd-3d48e32dae46a8c92ec9f7f263aaa5e8d0d4a74c.zip
[Fix] Add missing rspamadm control options to help
-rw-r--r--src/rspamadm/control.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rspamadm/control.c b/src/rspamadm/control.c
index 12356169c..7f2f138d7 100644
--- a/src/rspamadm/control.c
+++ b/src/rspamadm/control.c
@@ -82,6 +82,9 @@ rspamadm_control_help (gboolean full_help)
"stat - show statistics\n"
"reload - reload workers dynamic data\n"
"reresolve - resolve upstreams addresses\n";
+ "recompile - recompile hyperscan regexes\n";
+ "fuzzystat - show fuzzy statistics\n";
+ "fuzzysync - immediately sync fuzzy database to storage\n";
}
else {
help_str = "Manage rspamd main control interface";