mirror of
https://github.com/curl/curl.git
synced 2026-08-25 21:03:34 +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
|
|
@ -25,7 +25,7 @@ the syntax is correct.
|
|||
|
||||
If you start the data with the letter @, the rest should be a file name to
|
||||
read the data from, or a single dash (-) if you want curl to read the data
|
||||
from stdin. Posting data from a file named \&'foobar' would thus be done with
|
||||
from stdin. Posting data from a file named 'foobar' would thus be done with
|
||||
--json @foobar and to instead read the data from stdin, use --json @-.
|
||||
|
||||
If this option is used more than once on the same command line, the additional
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue