1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-07 11:03:15 +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

@@ -43,14 +43,14 @@ func init() {
// Command definition for cobra
var Command = &cobra.Command{
Use: "webdav remote:path",
Short: `Serve remote:path over webdav.`,
Short: `Serve remote:path over WebDAV.`,
Long: `
rclone serve webdav implements a basic webdav server to serve the
remote over HTTP via the webdav protocol. This can be viewed with a
webdav client, through a web browser, or you can make a remote of
type webdav to read and write it.
rclone serve webdav implements a basic WebDAV server to serve the
remote over HTTP via the WebDAV protocol. This can be viewed with a
WebDAV client, through a web browser, or you can make a remote of
type WebDAV to read and write it.
### Webdav options
### WebDAV options
#### --etag-hash