form-escape.d: double the back-slashes for proper man page output

This commit is contained in:
Daniel Stenberg 2021-11-15 11:36:58 +01:00
parent 59617143cc
commit a2d8eac04a
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -4,7 +4,7 @@ Protocols: HTTP
See-also: form See-also: form
Added: 7.81.0 Added: 7.81.0
Category: http post Category: http post
Example: --form-escape --form 'field\\name=curl' 'file=@load"this' $URL Example: --form-escape --form 'field\\\\name=curl' 'file=@load"this' $URL
--- ---
Tells curl to pass on names of multipart form fields and files using Tells curl to pass on names of multipart form fields and files using
backslash-escaping instead of percent-encoding. backslash-escaping instead of percent-encoding.