diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/rspamadm/control.c | 3 |
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"; |