]> source.dussan.org Git - rspamd.git/commitdiff
[Fix] Add missing rspamadm control options to help 1797/head
authorJean-Louis Dupond <jean-louis@dupond.be>
Thu, 10 Aug 2017 20:32:03 +0000 (22:32 +0200)
committerJean-Louis Dupond <jean-louis@dupond.be>
Thu, 10 Aug 2017 20:32:03 +0000 (22:32 +0200)
src/rspamadm/control.c

index 12356169cf12b94da404386bdffeaa04ca28b743..7f2f138d755cee50a59778f9c82839a40401179c 100644 (file)
@@ -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";