mirror of
https://github.com/rclone/rclone.git
synced 2024-11-25 09:41:44 +08:00
doc: Clarify the srcFs
and dstRs
when using local filesystem
Co-authored-by: yuudi <yuudi@users.noreply.github.com>
This commit is contained in:
parent
c27e6a89b0
commit
4b376514a6
|
@ -170,9 +170,9 @@ func init() {
|
||||||
Title: name + " a file from source remote to destination remote",
|
Title: name + " a file from source remote to destination remote",
|
||||||
Help: `This takes the following parameters:
|
Help: `This takes the following parameters:
|
||||||
|
|
||||||
- srcFs - a remote name string e.g. "drive:" for the source
|
- srcFs - a remote name string e.g. "drive:" for the source, "/" for local filesystem
|
||||||
- srcRemote - a path within that remote e.g. "file.txt" for the source
|
- srcRemote - a path within that remote e.g. "file.txt" for the source
|
||||||
- dstFs - a remote name string e.g. "drive2:" for the destination
|
- dstFs - a remote name string e.g. "drive2:" for the destination, "/" for local filesystem
|
||||||
- dstRemote - a path within that remote e.g. "file2.txt" for the destination
|
- dstRemote - a path within that remote e.g. "file2.txt" for the destination
|
||||||
`,
|
`,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user