From d426f57df5f25f9798349b8168fc2bc72c695231 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 8 Sep 2015 09:16:55 +0100 Subject: Fix help message for --mime flag. --- src/client/rspamc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client') diff --git a/src/client/rspamc.c b/src/client/rspamc.c index 6f6c4311d..45f90b64a 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 } }; -- cgit v1.2.3