]> git.phdru.name Git - mimedecode.git/blobdiff - mimedecode.docbook
Fix: the 4 list options are no longer the last
[mimedecode.git] / mimedecode.docbook
index 29a02e08b95831c7cca7b917dc0e65c906826a56..98a0dd416a9a7f5ffd868360b10df37957973fb4 100644 (file)
@@ -254,7 +254,7 @@ cat input_file | mimedecode.py -o output_file</programlisting>
 </variablelist>
 
 <para>
-   The last 4 options (-beit) require more explanation. They allow a user
+   The 4 list options (-beit) require more explanation. They allow a user
 to control body decoding with great flexibility. Think about said mail
 archive; for example, its maintainer wants to put there only texts, convert
 Postscript/PDF to text, pass HTML and images as is, and ignore everything
@@ -262,7 +262,7 @@ else. Easy:
 </para>
 
 <para>
-<code language="shell">
+<code language="sh">
    mimedecode.py -t application/postscript -t application/pdf -b text/html
          -b 'image/*' -i '*/*'
 </code>