From 612029604cad1f6ee5c0c7969e1c3d94efd34aec Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 12 Mar 2014 22:59:20 +0400 Subject: [PATCH] Better description for -b Unlike -B, -b performs content-transfer-decoding. --- mimedecode.docbook | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/mimedecode.docbook b/mimedecode.docbook index 53a547b..24691ad 100644 --- a/mimedecode.docbook +++ b/mimedecode.docbook @@ -390,22 +390,23 @@ - -b mask + -B mask - Append mask to the list of binary content types; if the message to - decode has a part of this type the program will pass the part as is, - without any additional processing. + Append mask to the list of binary content types that will be not + content-transfer-decoded (will be left as base64 or such). - -B mask + -b mask - Append mask to the list of binary content types that will be not - content-transfer-decoded (will be left as base64 or such). + Append mask to the list of binary content types; if the message to + decode has a part of this type the program will + content-transfer-decode (base64 or whatever to 8bit binary) it but + pass the part as is, without any further processing. -- 2.39.2