mirror of
https://github.com/curl/curl.git
synced 2026-08-05 11:26:14 +03:00
cmdline-opts: formatting fixes
This commit is contained in:
parent
2bd2538eb0
commit
e79d31715a
5 changed files with 16 additions and 16 deletions
|
|
@ -24,7 +24,7 @@ chunk that looks like \&'name=daniel&skill=lousy'.
|
|||
If you start the data with the letter @, the rest should be a file name to
|
||||
read the data from, or - if you want curl to read the data from
|
||||
stdin. Multiple files can also be specified. Posting data from a file named
|
||||
'foobar' would thus be done with \fI--data\fP @foobar. When --data is told to
|
||||
read from a file like that, carriage returns and newlines will be stripped
|
||||
out. If you don't want the @ character to have a special interpretation use
|
||||
--data-raw instead.
|
||||
'foobar' would thus be done with --data @foobar. When --data is told to read
|
||||
from a file like that, carriage returns and newlines will be stripped out. If
|
||||
you don't want the @ character to have a special interpretation use --data-raw
|
||||
instead.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue