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

docs: skip "Connection" suffix from FTP, SSH/SFTP and HTTP backend names

This commit is contained in:
albertony
2022-06-19 19:29:02 +02:00
parent 70d9d75801
commit dbf1234edf
7 changed files with 8 additions and 8 deletions

View File

@@ -35,7 +35,7 @@ var (
func init() {
fsi := &fs.RegInfo{
Name: "http",
Description: "HTTP Connection",
Description: "HTTP",
NewFs: NewFs,
Options: []fs.Option{{
Name: "url",