mirror of
https://github.com/moparisthebest/curl
synced 2024-12-23 08:38:49 -05:00
docs: fix cmdline-opts metadata headers case consistency.
Almost all headers start with an uppercase letter, but some didn't.
This commit is contained in:
parent
3af865cd01
commit
c78dd2e1d0
@ -1,6 +1,6 @@
|
||||
Long: ciphers
|
||||
Arg: <list of ciphers>
|
||||
help: SSL ciphers to use
|
||||
Help: SSL ciphers to use
|
||||
Protocols: TLS
|
||||
---
|
||||
Specifies which ciphers to use in the connection. The list of ciphers must
|
||||
|
@ -1,4 +1,4 @@
|
||||
long: proxy-service-name
|
||||
Long: proxy-service-name
|
||||
Arg: <name>
|
||||
Help: SPNEGO proxy service name
|
||||
Added: 7.43.0
|
||||
|
@ -1,5 +1,5 @@
|
||||
long: remote-time
|
||||
short: R
|
||||
Long: remote-time
|
||||
Short: R
|
||||
Help: Set the remote file's time on the local output
|
||||
---
|
||||
When used, this will make curl attempt to figure out the timestamp of the
|
||||
|
@ -1,5 +1,5 @@
|
||||
long: retry-delay
|
||||
arg: <seconds>
|
||||
Long: retry-delay
|
||||
Arg: <seconds>
|
||||
Help: Wait time between retries
|
||||
Added: 7.12.3
|
||||
---
|
||||
|
@ -1,4 +1,4 @@
|
||||
long: retry-max-time
|
||||
Long: retry-max-time
|
||||
Arg: <seconds>
|
||||
Help: Retry only within this period
|
||||
Added: 7.12.3
|
||||
|
@ -1,4 +1,4 @@
|
||||
long: sasl-ir
|
||||
Long: sasl-ir
|
||||
Help: Enable initial response in SASL authentication
|
||||
Added: 7.31.0
|
||||
---
|
||||
|
@ -1,4 +1,4 @@
|
||||
long: show-error
|
||||
Long: show-error
|
||||
Short: S
|
||||
Help: Show error even when -s is used
|
||||
---
|
||||
|
@ -1,4 +1,4 @@
|
||||
long: silent
|
||||
Long: silent
|
||||
Short: s
|
||||
Help: Silent mode
|
||||
See-also: verbose stderr
|
||||
|
@ -1,4 +1,4 @@
|
||||
long: ssl-reqd
|
||||
Long: ssl-reqd
|
||||
Help: Require SSL/TLS
|
||||
Protocols: FTP IMAP POP3 SMTP
|
||||
Added: 7.20.0
|
||||
|
@ -1,4 +1,4 @@
|
||||
long: ssl
|
||||
Long: ssl
|
||||
Help: Try SSL/TLS
|
||||
Protocols: FTP IMAP POP3 SMTP
|
||||
Added: 7.20.0
|
||||
|
@ -1,6 +1,6 @@
|
||||
Long: tftp-blksize
|
||||
Arg: <value>
|
||||
help: Set TFTP BLKSIZE option
|
||||
Help: Set TFTP BLKSIZE option
|
||||
Protocols: TFTP
|
||||
Added: 7.20.0
|
||||
---
|
||||
|
@ -1,4 +1,4 @@
|
||||
long: url
|
||||
Long: url
|
||||
Arg: <url>
|
||||
Help: URL to work with
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user