mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
cmdline-opts: fixed a few typos
This commit is contained in:
parent
1e54c5fb09
commit
03c5223ee7
@ -1,6 +1,6 @@
|
||||
Long: netrc-file
|
||||
Help: Specify FILE for netrc
|
||||
Arg: <filemame>
|
||||
Arg: <filename>
|
||||
Added: 7.21.5
|
||||
Mutexed: netrc
|
||||
---
|
||||
|
@ -2,7 +2,7 @@ Long: referer
|
||||
Short: e
|
||||
Arg: <URL>
|
||||
Protocols: HTTP
|
||||
Help: Referer URL
|
||||
Help: Referrer URL
|
||||
See-also: user-agent header
|
||||
---
|
||||
Sends the "Referrer Page" information to the HTTP server. This can also be set
|
||||
|
@ -5,5 +5,5 @@ Added: 7.11.2
|
||||
Turn on the TCP_NODELAY option. See the \fIcurl_easy_setopt(3)\fP man page for
|
||||
details about this option.
|
||||
|
||||
Since 7.50.2, curl sets this option by default and you need to explictitly
|
||||
Since 7.50.2, curl sets this option by default and you need to explicitly
|
||||
switch it off if you don't want it on.
|
||||
|
Loading…
Reference in New Issue
Block a user