]> git.phdru.name Git - mimedecode.git/commitdiff
Better description for -b
authorOleg Broytman <phd@phdru.name>
Wed, 12 Mar 2014 18:59:20 +0000 (22:59 +0400)
committerOleg Broytman <phd@phdru.name>
Wed, 12 Mar 2014 18:59:20 +0000 (22:59 +0400)
Unlike -B, -b performs content-transfer-decoding.

mimedecode.docbook

index 53a547b41c88cfa9d8f89cbec7b0146195742a1d..24691aded1acbde80a05791d136092c33135d7a8 100644 (file)
    </varlistentry>
 
    <varlistentry>
-      <term>-b mask</term>
+      <term>-B mask</term>
       <listitem>
          <para>
-            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).
          </para>
       </listitem>
    </varlistentry>
 
    <varlistentry>
-      <term>-B mask</term>
+      <term>-b mask</term>
       <listitem>
          <para>
-           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.
          </para>
       </listitem>
    </varlistentry>