]> git.phdru.name Git - mimedecode.git/blobdiff - mimedecode.docbook
Change option -R to accept lists of headers and parameters
[mimedecode.git] / mimedecode.docbook
index 7055662b4e60c25522141378d4c311ca9f856df1..6a926ad6c318eb9f87e619329763bac2314fbbd1 100644 (file)
          <option>-r *[,-header1,-header2,-header3...]</option>
       </arg>
       <arg choice="opt">
-         <option>-R header:param</option>
+        <option>-R header1[,header2,header3,...]:param1[,param2,param3,...]</option>
+        <option>-R *[,-header1,-header2,-header3,...]:param1[,param2,param3,...]</option>
+        <option>-R header1[,header2,header3,...]:*[,-param1,-param2,-param3,...]</option>
+        <option>-R *[,-header1,-header2,-header3,...]:*[,-param1,-param2,-param3,...]</option>
       </arg>
       <arg choice="opt">
          <option>-beit mask</option>
    </varlistentry>
 
    <varlistentry>
-      <term>-R header:param</term>
+      <term>-R header1[,header2,header3,...]:param1[,param2,param3,...]</term>
       <listitem>
          <para>
-            Add the pair (header, param) to a list of headers parameters to
-            remove; initially the list is empty.
+            Add the parameters(s) to a list of headers parameters to remove;
+            the parameters will be decoded only for the given header(s).
+            Initially the list is empty.
+         </para>
+      </listitem>
+   </varlistentry>
+
+   <varlistentry>
+      <term>-R *[,-header1,-header2,-header3,...]:param1[,param2,param3,...]</term>
+   </varlistentry>
+
+   <varlistentry>
+      <term>-R header1[,header2,header3,...]:*[,-param1,-param2,-param3,...]</term>
+   </varlistentry>
+
+   <varlistentry>
+      <term>-R *[,-header1,-header2,-header3,...]:*[,-param1,-param2,-param3,...]</term>
+      <listitem>
+         <para>
+           Remove listed parameters (or all parameters except listed) frome
+           these headers (or from all headers except listed).
          </para>
       </listitem>
    </varlistentry>