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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5ab39d2baa3931f1ba589feef955e89ae3e8737f;p=thirdparty%2Frspamd.git [Fix] Add missing rspamadm control options to help --- diff --git a/src/rspamadm/control.c b/src/rspamadm/control.c index 12356169cf..7f2f138d75 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";