X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=mimedecode.docbook;h=d98db683691271f016f08df8cfedd248c961c106;hb=132782e4926381f746dd9ea6b03e3feaaf52579a;hp=4cbd688f4535900ad77716890ed4f7920b17da75;hpb=68284da58382c25f607b161f95a7baf05d178bdc;p=mimedecode.git diff --git a/mimedecode.docbook b/mimedecode.docbook index 4cbd688..d98db68 100644 --- a/mimedecode.docbook +++ b/mimedecode.docbook @@ -54,7 +54,7 @@ - + @@ -137,6 +137,13 @@ + + + Please be warned that in the following options asterisk is a shell + metacharacter and should be escaped or quoted. Either write -d \*,-h1,-h2 + or -d '*,-h1,-h2' or such. + + OPTIONS @@ -222,12 +229,6 @@ this mode it would be meaningless to give more than one -d options but the program doesn't enforce it. - - - Please be warned that the asterisk is a shell metacharacter and - should be escaped or quoted. Either write -d \*,-h1,-h2 or -d - '*,-h1,-h2'. - @@ -241,13 +242,13 @@ - -p header:param + -p header1[,header2,header3,...]:param1[,param2,param3,...] - 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". + Add the parameters(s) to a list of headers parameters to decode; + the parameters will be decoded only for the given header(s). + Initially the list contains header "Content-Type", parameter "name"; + and header "Content-Disposition", parameter "filename".