]> git.phdru.name Git - mimedecode.git/commitdiff
Document that Content-Type:name is also decoded
authorOleg Broytman <phd@phdru.name>
Fri, 14 Feb 2014 18:04:40 +0000 (22:04 +0400)
committerOleg Broytman <phd@phdru.name>
Fri, 14 Feb 2014 18:04:40 +0000 (22:04 +0400)
Document that Content-Type:name parameter is also in the list of
parameters to be decoded by default.

mimedecode.docbook

index 90eb11eb5f46e9bdf8e2d59669cd947de228b67b..b4c01878e5b6d4d8bcaa6a211add508b21971bd5 100644 (file)
@@ -210,9 +210,10 @@ command-line options.
       <term>-p header:param</term>
       <listitem>
          <para>
-            Add the (header, param) pair to a list of headers' parameters to
-            decode; initially the list contains header "Content-Disposition",
-            parameter "filename".
+            Add the pair (header, param) to a list of headers' parameters to
+            decode; initially the list contains header "Content-Type",
+            parameter "name" and header "Content-Disposition", parameter
+            "filename".
          </para>
       </listitem>
    </varlistentry>