From: Vsevolod Stakhov Date: Sat, 12 Aug 2017 16:02:14 +0000 (+0100) Subject: [Minor] Fix help line X-Git-Tag: 1.7.0~736 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9f825e53d329e67a15f77d09b546e8f840e81fa8;p=thirdparty%2Frspamd.git [Minor] Fix help line --- diff --git a/src/rspamadm/control.c b/src/rspamadm/control.c index 7f2f138d75..98bcd81f40 100644 --- a/src/rspamadm/control.c +++ b/src/rspamadm/control.c @@ -81,9 +81,9 @@ rspamadm_control_help (gboolean full_help) "Supported commands:\n" "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"; + "reresolve - resolve upstreams addresses\n" + "recompile - recompile hyperscan regexes\n" + "fuzzystat - show fuzzy statistics\n" "fuzzysync - immediately sync fuzzy database to storage\n"; } else {