X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=mimedecode.docbook;h=87bd3643cb7b2def88c2681e56554723da608a13;hb=eff0fc85b15fae0cb100cbd7bc5b25a6bed941e8;hp=8fda9a21cb1510165bd7b48fda1a846d05021847;hpb=eefabcd05d2257ff8de79d5d291f721e06a3c827;p=mimedecode.git diff --git a/mimedecode.docbook b/mimedecode.docbook index 8fda9a2..87bd364 100644 --- a/mimedecode.docbook +++ b/mimedecode.docbook @@ -53,6 +53,12 @@ + + + + + + @@ -211,7 +217,7 @@ command-line options. -p header:param - Add the pair (header, param) to a list of headers' parameters to + 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". @@ -223,7 +229,27 @@ command-line options. -P - Clear the list of headers' parameters to decode (make it empty). + Clear the list of headers parameters to decode (make it empty). + + + + + + -r header + + + Add the header to a list of headers to remove completely; initially + the list is empty. + + + + + + -R header:param + + + Add the pair (header, param) to a list of headers parameters to + remove; initially the list is empty.