]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
form-escape.d: double the back-slashes for proper man page output
authorDaniel Stenberg <daniel@haxx.se>
Mon, 15 Nov 2021 10:36:58 +0000 (11:36 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 15 Nov 2021 10:36:58 +0000 (11:36 +0100)
docs/cmdline-opts/form-escape.d

index 5fcd9ac1d0c97a51a2cbce29437d2fa573bdfffe..c135dd602cb7ea0cc72136ef57d0784b99177043 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.