summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-11-15 11:37:37 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-11-15 11:37:37 +0100
commit3bf54f90f3875062c0aa984cb90ddd35565d01cd (patch)
treebf3291de563c9dc36ea391821eee058357e26b2a
parenta2d8eac04a4eb1d5a98cf24b4e5cec5cec565d27 (diff)
downloadcurl-3bf54f90f3875062c0aa984cb90ddd35565d01cd.tar.gz
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!
-rw-r--r--docs/cmdline-opts/form-escape.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cmdline-opts/form-escape.d b/docs/cmdline-opts/form-escape.d
index c135dd602..5fcd9ac1d 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.