From f1147fe1dde4026554ddda365a7f4da46499e2ac Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Mon, 8 Feb 2021 12:24:44 +0000 Subject: [PATCH] rc: sync,copy,move: document createEmptySrcDirs parameter - fixes #4489 --- fs/sync/rc.go | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/sync/rc.go b/fs/sync/rc.go index b00d2adb1..5f1de86aa 100644 --- a/fs/sync/rc.go +++ b/fs/sync/rc.go @@ -24,6 +24,7 @@ func init() { - srcFs - a remote name string e.g. "drive:src" for the source - dstFs - a remote name string e.g. "drive:dst" for the destination +- createEmptySrcDirs - create empty src directories on destination if set ` + moveHelp + ` See the [` + name + ` command](/commands/rclone_` + name + `/) command for more information on the above.`,