From: Oleg Broytman Date: Wed, 12 Mar 2014 18:59:20 +0000 (+0400) Subject: Better description for -b X-Git-Tag: v2.5.0~21 X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=commitdiff_plain;h=612029604cad1f6ee5c0c7969e1c3d94efd34aec Better description for -b Unlike -B, -b performs content-transfer-decoding. --- 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.