forked from TrueCloudLab/rclone
docs: skip "Connection" suffix from FTP, SSH/SFTP and HTTP backend names
This commit is contained in:
parent
70d9d75801
commit
dbf1234edf
7 changed files with 8 additions and 8 deletions
|
@ -57,7 +57,7 @@ var (
|
|||
func init() {
|
||||
fsi := &fs.RegInfo{
|
||||
Name: "sftp",
|
||||
Description: "SSH/SFTP Connection",
|
||||
Description: "SSH/SFTP",
|
||||
NewFs: NewFs,
|
||||
Options: []fs.Option{{
|
||||
Name: "host",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue