mirror of
https://github.com/rclone/rclone.git
synced 2025-08-17 09:01:33 +02:00
docs: skip "Connection" suffix from FTP, SSH/SFTP and HTTP backend names
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user