From 4b376514a681a1019e09a293c002f414def7feda Mon Sep 17 00:00:00 2001 From: yuudi <26199752+yuudi@users.noreply.github.com> Date: Fri, 24 Mar 2023 07:25:39 -0400 Subject: [PATCH] doc: Clarify the `srcFs` and `dstRs` when using local filesystem Co-authored-by: yuudi --- fs/operations/rc.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/operations/rc.go b/fs/operations/rc.go index a4e15ea09..16942bea3 100644 --- a/fs/operations/rc.go +++ b/fs/operations/rc.go @@ -170,9 +170,9 @@ func init() { Title: name + " a file from source remote to destination remote", 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 -- 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 `, })