1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

docs: consistent capitalization of WebDAV, DLNA, HTTP

This commit is contained in:
albertony
2022-06-19 18:59:54 +02:00
parent ee87e919c5
commit bc70a95fca
12 changed files with 25 additions and 25 deletions

View File

@@ -35,11 +35,11 @@ var (
func init() {
fsi := &fs.RegInfo{
Name: "http",
Description: "http Connection",
Description: "HTTP Connection",
NewFs: NewFs,
Options: []fs.Option{{
Name: "url",
Help: "URL of http host to connect to.\n\nE.g. \"https://example.com\", or \"https://user:pass@example.com\" to use a username and password.",
Help: "URL of HTTP host to connect to.\n\nE.g. \"https://example.com\", or \"https://user:pass@example.com\" to use a username and password.",
Required: true,
}, {
Name: "headers",

View File

@@ -66,7 +66,7 @@ func init() {
fs.Register(&fs.RegInfo{
Name: "webdav",
Description: "Webdav",
Description: "WebDAV",
NewFs: NewFs,
Options: []fs.Option{{
Name: "url",
@@ -74,7 +74,7 @@ func init() {
Required: true,
}, {
Name: "vendor",
Help: "Name of the Webdav site/service/software you are using.",
Help: "Name of the WebDAV site/service/software you are using.",
Examples: []fs.OptionExample{{
Value: "nextcloud",
Help: "Nextcloud",