From: Daniel Stenberg Date: Mon, 15 Nov 2021 10:37:37 +0000 (+0100) Subject: Revert "form-escape.d: double the back-slashes for proper man page output" X-Git-Tag: curl-7_81_0~161 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3bf54f90f3875062c0aa984cb90ddd35565d01cd;p=thirdparty%2Fcurl.git Revert "form-escape.d: double the back-slashes for proper man page output" This reverts commit a2d8eac04a4eb1d5a98cf24b4e5cec5cec565d27. silly me, it was intended to be one backslash! --- diff --git a/docs/cmdline-opts/form-escape.d b/docs/cmdline-opts/form-escape.d index c135dd602c..5fcd9ac1d0 100644 --- a/docs/cmdline-opts/form-escape.d +++ b/docs/cmdline-opts/form-escape.d @@ -4,7 +4,7 @@ Protocols: HTTP See-also: form Added: 7.81.0 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 backslash-escaping instead of percent-encoding.