1
0
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:
Frank Gevaerts 2018-05-28 14:16:27 +02:00 committed by Daniel Stenberg
parent 3af865cd01
commit c78dd2e1d0
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
12 changed files with 14 additions and 14 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
long: proxy-service-name
Long: proxy-service-name
Arg: <name>
Help: SPNEGO proxy service name
Added: 7.43.0

View File

@ -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

View File

@ -1,5 +1,5 @@
long: retry-delay
arg: <seconds>
Long: retry-delay
Arg: <seconds>
Help: Wait time between retries
Added: 7.12.3
---

View File

@ -1,4 +1,4 @@
long: retry-max-time
Long: retry-max-time
Arg: <seconds>
Help: Retry only within this period
Added: 7.12.3

View File

@ -1,4 +1,4 @@
long: sasl-ir
Long: sasl-ir
Help: Enable initial response in SASL authentication
Added: 7.31.0
---

View File

@ -1,4 +1,4 @@
long: show-error
Long: show-error
Short: S
Help: Show error even when -s is used
---

View File

@ -1,4 +1,4 @@
long: silent
Long: silent
Short: s
Help: Silent mode
See-also: verbose stderr

View File

@ -1,4 +1,4 @@
long: ssl-reqd
Long: ssl-reqd
Help: Require SSL/TLS
Protocols: FTP IMAP POP3 SMTP
Added: 7.20.0

View File

@ -1,4 +1,4 @@
long: ssl
Long: ssl
Help: Try SSL/TLS
Protocols: FTP IMAP POP3 SMTP
Added: 7.20.0

View File

@ -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
---

View File

@ -1,4 +1,4 @@
long: url
Long: url
Arg: <url>
Help: URL to work with
---