mirror of
https://github.com/curl/curl.git
synced 2026-08-25 22:43:39 +03:00
cmdline-docs: make sure to phrase it as "added in ...."
References to things that were added or changed in a specific version
should be specified as "(added in [version]) for two reasons:
1 - consistency
2 - to allow gen.pl to strip them out if deemed referring to too old
versions
Closes #11821
This commit is contained in:
parent
fa7df3070a
commit
bfb48e33fb
32 changed files with 107 additions and 112 deletions
|
|
@ -25,8 +25,8 @@ up for you.
|
|||
Headers specified with this option will not be included in requests that curl
|
||||
knows will not be sent to a proxy.
|
||||
|
||||
Starting in 7.55.0, this option can take an argument in @filename style, which
|
||||
then adds a header for each line in the input file. Using @- will make curl
|
||||
This option can take an argument in @filename style, which then adds a header
|
||||
for each line in the input file (added in 7.55.0). Using @- will make curl
|
||||
read the header file from stdin.
|
||||
|
||||
This option can be used multiple times to add/replace/remove multiple headers.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue