]> git.phdru.name Git - mimedecode.git/blobdiff - mimedecode.docbook
Change option -d to accept a list of headers
[mimedecode.git] / mimedecode.docbook
index 382fba2cb2f6a79b998c12b3f7661c14fb7eb046..28af4acd0d4e0b7e35d725fa681b7149221331c2 100644 (file)
@@ -48,7 +48,7 @@
          <option>-H|--host=hostname</option>
       </arg>
       <arg choice="opt">
-         <option>-d header</option>
+         <option>-d header1[,header2,header3...]</option>
       </arg>
       <arg choice="opt">
          <option>-p header:param</option>
    </varlistentry>
 
    <varlistentry>
-      <term>-d header</term>
+      <term>-d header1[,header2,header3...]</term>
       <listitem>
          <para>
-            Add the header to a list of headers to decode; initially the list
-            contains headers "From", "To", "Cc", "Reply-To", "Mail-Followup-To"
-            and "Subject".
+            Add the header(s) to a list of headers to decode; initially the
+            list contains headers "From", "To", "Cc", "Reply-To",
+            "Mail-Followup-To" and "Subject".
          </para>
       </listitem>
    </varlistentry>