X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=mimedecode.docbook;h=7055662b4e60c25522141378d4c311ca9f856df1;hb=502931f2c502991905892ae23548d9b02adf7fd0;hp=d98db683691271f016f08df8cfedd248c961c106;hpb=132782e4926381f746dd9ea6b03e3feaaf52579a;p=mimedecode.git diff --git a/mimedecode.docbook b/mimedecode.docbook index d98db68..7055662 100644 --- a/mimedecode.docbook +++ b/mimedecode.docbook @@ -57,13 +57,18 @@ - + + + - + + + + - + @@ -253,6 +258,35 @@ + + -p *[,-header1,-header2,-header3,...]:param1[,param2,param3,...] + + + Add the parameters(s) to a list of headers parameters to decode; + the parameters will be decoded for all headers except the given + ones. + + + + + + -p header1[,header2,header3,...]:*[,-param1,-param2,-param3,...] + + + Decode all parameters except listed for the given list of headers. + + + + + + -p *[,-header1,-header2,-header3,...]:*[,-param1,-param2,-param3,...] + + + Decode all parameters except listed for all headers (except listed). + + + + -P @@ -263,31 +297,30 @@ - -r header + -r header1[,header2,header3...] - Add the header to a list of headers to remove completely; initially - the list is empty. + Add the header(s) to a list of headers to remove completely; + initially the list is empty. - -R header:param + -r *[,-header1,-header2,-header3...] - Add the pair (header, param) to a list of headers parameters to - remove; initially the list is empty. + Remove all headers except listed. - --remove-params=header + -R header:param - Add the header to a list of headers from which all parameters will - be removed; initially the list is empty. + Add the pair (header, param) to a list of headers parameters to + remove; initially the list is empty.