diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-09-08 09:16:55 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-09-08 09:16:55 +0100 |
commit | d426f57df5f25f9798349b8168fc2bc72c695231 (patch) | |
tree | b8f2eeaa6bc05618e2d78cbbb643152b8b394c4f /src | |
parent | 143802abc9c97559fd128b3ad698d40e5ad3393c (diff) | |
download | rspamd-d426f57df5f25f9798349b8168fc2bc72c695231.tar.gz rspamd-d426f57df5f25f9798349b8168fc2bc72c695231.zip |
Fix help message for --mime flag.
Diffstat (limited to 'src')
-rw-r--r-- | src/client/rspamc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 } }; |