]> source.dussan.org Git - rspamd.git/commitdiff
Clarify unsupported options
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 15 Feb 2016 11:16:36 +0000 (11:16 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 15 Feb 2016 11:16:36 +0000 (11:16 +0000)
src/rspamd.c

index abbce74a0e8491ea960b1db916ddbe08bc9de0ee..a01b9db790cf635d733159446cca648010bbed0a 100644 (file)
@@ -751,14 +751,14 @@ load_rspamd_config (struct rspamd_main *rspamd_main,
 static gint
 perform_lua_tests (struct rspamd_config *cfg)
 {
-       rspamd_fprintf (stderr, "use rspamadm lua for this operation\n");
+       rspamd_fprintf (stderr, "no longer supported\n");
        return EXIT_FAILURE;
 }
 
 static gint
 perform_configs_sign (void)
 {
-       rspamd_fprintf (stderr, "use rspamadm sign for this operation\n");
+       rspamd_fprintf (stderr, "use rspamadm signtool for this operation\n");
        return EXIT_FAILURE;
 }