From: Jean-Louis Dupond Date: Thu, 10 Aug 2017 20:32:03 +0000 (+0200) Subject: [Fix] Add missing rspamadm control options to help X-Git-Tag: 1.7.0~741^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F1797%2Fhead;p=rspamd.git [Fix] Add missing rspamadm control options to help --- 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";