]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Revert "form-escape.d: double the back-slashes for proper man page output"
authorDaniel Stenberg <daniel@haxx.se>
Mon, 15 Nov 2021 10:37:37 +0000 (11:37 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 15 Nov 2021 10:37:37 +0000 (11:37 +0100)
This reverts commit a2d8eac04a4eb1d5a98cf24b4e5cec5cec565d27.

silly me, it was intended to be one backslash!

docs/cmdline-opts/form-escape.d

index c135dd602cb7ea0cc72136ef57d0784b99177043..5fcd9ac1d0c97a51a2cbce29437d2fa573bdfffe 100644 (file)
@@ -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.