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

@ -45,7 +45,7 @@ const (
func init() {
fs.Register(&fs.RegInfo{
Name: "ftp",
Description: "FTP Connection",
Description: "FTP",
NewFs: NewFs,
Options: []fs.Option{{
Name: "host",