]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Fix help message for --mime flag.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 8 Sep 2015 08:16:55 +0000 (09:16 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 8 Sep 2015 08:16:55 +0000 (09:16 +0100)
src/client/rspamc.c

index 6f6c4311dd90859885b05653b83b3b3da640505b..45f90b64a43a28edf5ff7a1978e5f038cc79229f 100644 (file)
@@ -115,7 +115,7 @@ static GOptionEntry entries[] =
        { "exec", 'e', 0, G_OPTION_ARG_STRING, &execute,
           "Execute the specified command and pass output to it", NULL },
        { "mime", 'e', 0, G_OPTION_ARG_NONE, &mime_output,
-          "Execute the specified command and pass output to it", NULL },
+          "Write mime body of message with headers instead of just a scan's result", NULL },
        { NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL, NULL }
 };