From 4b7dc35cf4c6d30aba2aed1390d71a2b27c1bc7e Mon Sep 17 00:00:00 2001 From: albertony <12441419+albertony@users.noreply.github.com> Date: Sun, 19 Jun 2022 15:43:13 +0200 Subject: [PATCH] Fix sync docs incorrect merge This copies the changes from an autogenerated section in the following commit: https://github.com/rclone/rclone/commit/f2a15a174f8cdd21950b123f102ec9f9105098e1 --- cmd/sync/sync.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/sync/sync.go b/cmd/sync/sync.go index 0b253b041..2bb085073 100644 --- a/cmd/sync/sync.go +++ b/cmd/sync/sync.go @@ -40,7 +40,7 @@ errors at any point. Duplicate objects (files with the same name, on those providers that support it) are also not yet handled. It is always the contents of the directory that is synced, not the -directory so when source:path is a directory, it's the contents of +directory itself. So when source:path is a directory, it's the contents of source:path that are copied, not the directory name and contents. See extended explanation in the ` + "`" + `copy` + "`" + ` command above if unsure.