summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-11-15 11:36:58 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-11-15 11:36:58 +0100
commita2d8eac04a4eb1d5a98cf24b4e5cec5cec565d27 (patch)
tree3cc8b2edbba813132ec312c2c43769928b498724
parent59617143cce04acd516bbb928a207a30bf3c4690 (diff)
downloadcurl-a2d8eac04a4eb1d5a98cf24b4e5cec5cec565d27.tar.gz
form-escape.d: double the back-slashes for proper man page output
-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 5fcd9ac1d..c135dd602 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.