From: Vsevolod Stakhov Date: Tue, 8 Sep 2015 08:16:55 +0000 (+0100) Subject: Fix help message for --mime flag. X-Git-Tag: 1.0.0~74 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d426f57df5f25f9798349b8168fc2bc72c695231;p=thirdparty%2Frspamd.git Fix help message for --mime flag. --- diff --git a/src/client/rspamc.c b/src/client/rspamc.c index 6f6c4311dd..45f90b64a4 100644 --- a/src/client/rspamc.c +++ b/src/client/rspamc.c @@ -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 } };