From f2a15a174f8cdd21950b123f102ec9f9105098e1 Mon Sep 17 00:00:00 2001 From: Caleb Date: Sun, 19 Jun 2022 07:26:53 -0600 Subject: [PATCH] docs: grammatical clarification in sync docs --- docs/content/commands/rclone_sync.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/commands/rclone_sync.md b/docs/content/commands/rclone_sync.md index 57e24dd2d..5596240e1 100644 --- a/docs/content/commands/rclone_sync.md +++ b/docs/content/commands/rclone_sync.md @@ -28,7 +28,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.