From 5ab39d2baa3931f1ba589feef955e89ae3e8737f Mon Sep 17 00:00:00 2001 From: Jean-Louis Dupond Date: Thu, 10 Aug 2017 22:32:03 +0200 Subject: [PATCH] [Fix] Add missing rspamadm control options to help --- src/rspamadm/control.c | 3 +++ 1 file changed, 3 insertions(+) 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"; -- 2.39.5