]> git.phdru.name Git - mimedecode.git/blobdiff - mimedecode.docbook
Change option -r to accept a list of headers; * is allowed
[mimedecode.git] / mimedecode.docbook
index 0346b2bd36b9c80df81eef5b6932eded46ebcbf3..75ec36798b496bf80a167002f8ee25719b07043f 100644 (file)
         <option>-p *[,-header1,-header2,-header3,...]:*[,-param1,-param2,-param3,...]</option>
       </arg>
       <arg choice="opt">
-         <option>-r header</option>
+         <option>-r header1[,header2,header3...]</option>
+      </arg>
+      <arg choice="opt">
+         <option>-r *[,-header1,-header2,-header3...]</option>
       </arg>
       <arg choice="opt">
          <option>-R header:param</option>
    </varlistentry>
 
    <varlistentry>
-      <term>-r header</term>
+      <term>-r header1[,header2,header3...]</term>
+      <listitem>
+         <para>
+            Add the header(s) to a list of headers to remove completely;
+            initially the list is empty.
+         </para>
+      </listitem>
+   </varlistentry>
+
+   <varlistentry>
+      <term>-r *[,-header1,-header2,-header3...]</term>
       <listitem>
          <para>
-            Add the header to a list of headers to remove completely; initially
-            the list is empty.
+           Remove all headers except listed.
          </para>
       </listitem>
    </varlistentry>