mirror of
https://github.com/curl/curl.git
synced 2026-08-25 23:03:39 +03:00
docs/cmdline-opts: remove \& escapes from all .d files
gen.pl escapes them itself now
This commit is contained in:
parent
567693196a
commit
fdbcd39488
18 changed files with 22 additions and 22 deletions
|
|
@ -10,7 +10,7 @@ Example: --form-string "data" $URL
|
|||
Added: 7.13.2
|
||||
---
|
||||
Similar to --form except that the value string for the named parameter is used
|
||||
literally. Leading \&'@' and \&'<' characters, and the \&';type=' string in
|
||||
literally. Leading '@' and '<' characters, and the ';type=' string in
|
||||
the value have no special meaning. Use this in preference to --form if
|
||||
there's any possibility that the string value may accidentally trigger the
|
||||
\&'@' or \&'<' features of --form.
|
||||
'@' or '<' features of --form.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue