]> granicus.if.org Git - curl/commitdiff
docs: fix cmdline-opts metadata headers case consistency.
authorFrank Gevaerts <frank@gevaerts.be>
Mon, 28 May 2018 12:16:27 +0000 (14:16 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 28 May 2018 13:02:03 +0000 (15:02 +0200)
Almost all headers start with an uppercase letter, but some didn't.

12 files changed:
docs/cmdline-opts/ciphers.d
docs/cmdline-opts/proxy-service-name.d
docs/cmdline-opts/remote-time.d
docs/cmdline-opts/retry-delay.d
docs/cmdline-opts/retry-max-time.d
docs/cmdline-opts/sasl-ir.d
docs/cmdline-opts/show-error.d
docs/cmdline-opts/silent.d
docs/cmdline-opts/ssl-reqd.d
docs/cmdline-opts/ssl.d
docs/cmdline-opts/tftp-blksize.d
docs/cmdline-opts/url.d

index d3bac602691c5a896b09259f002a238581f82080..69e85525a540f5a7e5cc01abf58b9f026308ebab 100644 (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
index e774d242777367776c900aa299847ecb985188e4..9a73f2be6246835ced6d0ef449eb4e989d485283 100644 (file)
@@ -1,4 +1,4 @@
-long: proxy-service-name
+Long: proxy-service-name
 Arg: <name>
 Help: SPNEGO proxy service name
 Added: 7.43.0
index 0f369e01f226cb8998185876ac55236fea125745..7f6809dc35e2b1240d1ea393c9a08e5598130949 100644 (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
index 43c5affa2f0420b80650094f32a99b30fc1b4c5d..1691356d4c0b3cb34d8351ef2e4638fc0ed9170e 100644 (file)
@@ -1,5 +1,5 @@
-long: retry-delay
-arg: <seconds>
+Long: retry-delay
+Arg: <seconds>
 Help: Wait time between retries
 Added: 7.12.3
 ---
index 1c2f972ab9a9e402815abb33d773d7f898a95c77..0920c92446516028a1d7b2e57792eb7786ac63e1 100644 (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
index 120b19da0ba86e3e58dcc95bb09b0fb93a136e16..c0dab946357538ab624875c52b2839fba6ee7aee 100644 (file)
@@ -1,4 +1,4 @@
-long: sasl-ir
+Long: sasl-ir
 Help: Enable initial response in SASL authentication
 Added: 7.31.0
 ---
index ede174b7d22ccce2715b1ddf78b818e48f266eaf..b9667a4ca581d574e262357e7d3ae9fbd859282b 100644 (file)
@@ -1,4 +1,4 @@
-long: show-error
+Long: show-error
 Short: S
 Help: Show error even when -s is used
 ---
index 7603b7634c7ece48ba294601a91997bdbfa7b470..b0b4425b3d16720c7f059f230d52f446aeb344b1 100644 (file)
@@ -1,4 +1,4 @@
-long: silent
+Long: silent
 Short: s
 Help: Silent mode
 See-also: verbose stderr
index b21aed1046234432f468a5de78b1f7dbe8d578fe..3c6f8a257b9dd192128af91e95fdc32a0d861e8b 100644 (file)
@@ -1,4 +1,4 @@
-long: ssl-reqd
+Long: ssl-reqd
 Help: Require SSL/TLS
 Protocols: FTP IMAP POP3 SMTP
 Added: 7.20.0
index 71c187ae3baf3c70ec76c675eb534967e809efff..dabd83761f94672a68c14442a96e77d959adb2e9 100644 (file)
@@ -1,4 +1,4 @@
-long: ssl
+Long: ssl
 Help: Try SSL/TLS
 Protocols: FTP IMAP POP3 SMTP
 Added: 7.20.0
index 04c6c53b6e89003c144bb257e9e1003acfc3d80d..c184328de004a20933523f11ac3ba662c90c1905 100644 (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
 ---
index c54e1ea85cf3cbd9e51a5965e84f6eba7b646b4b..ce52cdf0654cbc6170c2bfa43f66a34d80580b5b 100644 (file)
@@ -1,4 +1,4 @@
-long: url
+Long: url
 Arg: <url>
 Help: URL to work with
 ---