mirror of
https://github.com/moparisthebest/curl
synced 2024-12-24 09:08: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
|
Long: ciphers
|
||||||
Arg: <list of ciphers>
|
Arg: <list of ciphers>
|
||||||
help: SSL ciphers to use
|
Help: SSL ciphers to use
|
||||||
Protocols: TLS
|
Protocols: TLS
|
||||||
---
|
---
|
||||||
Specifies which ciphers to use in the connection. The list of ciphers must
|
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>
|
Arg: <name>
|
||||||
Help: SPNEGO proxy service name
|
Help: SPNEGO proxy service name
|
||||||
Added: 7.43.0
|
Added: 7.43.0
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
long: remote-time
|
Long: remote-time
|
||||||
short: R
|
Short: R
|
||||||
Help: Set the remote file's time on the local output
|
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
|
When used, this will make curl attempt to figure out the timestamp of the
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
long: retry-delay
|
Long: retry-delay
|
||||||
arg: <seconds>
|
Arg: <seconds>
|
||||||
Help: Wait time between retries
|
Help: Wait time between retries
|
||||||
Added: 7.12.3
|
Added: 7.12.3
|
||||||
---
|
---
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
long: retry-max-time
|
Long: retry-max-time
|
||||||
Arg: <seconds>
|
Arg: <seconds>
|
||||||
Help: Retry only within this period
|
Help: Retry only within this period
|
||||||
Added: 7.12.3
|
Added: 7.12.3
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
long: sasl-ir
|
Long: sasl-ir
|
||||||
Help: Enable initial response in SASL authentication
|
Help: Enable initial response in SASL authentication
|
||||||
Added: 7.31.0
|
Added: 7.31.0
|
||||||
---
|
---
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
long: show-error
|
Long: show-error
|
||||||
Short: S
|
Short: S
|
||||||
Help: Show error even when -s is used
|
Help: Show error even when -s is used
|
||||||
---
|
---
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
long: silent
|
Long: silent
|
||||||
Short: s
|
Short: s
|
||||||
Help: Silent mode
|
Help: Silent mode
|
||||||
See-also: verbose stderr
|
See-also: verbose stderr
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
long: ssl-reqd
|
Long: ssl-reqd
|
||||||
Help: Require SSL/TLS
|
Help: Require SSL/TLS
|
||||||
Protocols: FTP IMAP POP3 SMTP
|
Protocols: FTP IMAP POP3 SMTP
|
||||||
Added: 7.20.0
|
Added: 7.20.0
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
long: ssl
|
Long: ssl
|
||||||
Help: Try SSL/TLS
|
Help: Try SSL/TLS
|
||||||
Protocols: FTP IMAP POP3 SMTP
|
Protocols: FTP IMAP POP3 SMTP
|
||||||
Added: 7.20.0
|
Added: 7.20.0
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Long: tftp-blksize
|
Long: tftp-blksize
|
||||||
Arg: <value>
|
Arg: <value>
|
||||||
help: Set TFTP BLKSIZE option
|
Help: Set TFTP BLKSIZE option
|
||||||
Protocols: TFTP
|
Protocols: TFTP
|
||||||
Added: 7.20.0
|
Added: 7.20.0
|
||||||
---
|
---
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
long: url
|
Long: url
|
||||||
Arg: <url>
|
Arg: <url>
|
||||||
Help: URL to work with
|
Help: URL to work with
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user