From 01fcad9b9c2944890d6e83880acfb2b66818b8ec Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Thu, 29 Nov 2018 10:57:36 +0000 Subject: [PATCH] rc: fix docs for sync/{sync,copy,move} and operations/{copy,move}file --- fs/operations/rc.go | 3 --- fs/sync/rc.go | 2 -- 2 files changed, 5 deletions(-) diff --git a/fs/operations/rc.go b/fs/operations/rc.go index 3b27278ea..259cb0906 100644 --- a/fs/operations/rc.go +++ b/fs/operations/rc.go @@ -116,9 +116,6 @@ func init() { - srcRemote - a path within that remote eg "file.txt" for the source - dstFs - a remote name string eg "drive2:" for the destination - dstRemote - a path within that remote eg "file2.txt" for the destination - -This returns -- jobid - ID of async job to query with job/status `, }) } diff --git a/fs/sync/rc.go b/fs/sync/rc.go index 080ac8365..0a7255c1b 100644 --- a/fs/sync/rc.go +++ b/fs/sync/rc.go @@ -23,8 +23,6 @@ func init() { - srcFs - a remote name string eg "drive:src" for the source - dstFs - a remote name string eg "drive:dst" for the destination ` + moveHelp + ` -This returns -- jobid - ID of async job to query with job/status See the [` + name + ` command](/commands/rclone_` + name + `/) command for more information on the above.`, })