From b1ae7df556fbdee3a4153fc8eb7e133293d809e4 Mon Sep 17 00:00:00 2001 From: huajin tong <137764712+thirdkeyword@users.noreply.github.com> Date: Thu, 7 Mar 2024 20:57:15 +0800 Subject: [PATCH] docs: fix some comments Signed-off-by: thirdkeyword --- backend/onedrive/onedrive.go | 2 +- docs/content/bisync.md | 2 +- docs/content/onedrive.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/onedrive/onedrive.go b/backend/onedrive/onedrive.go index 291ce3435..6b53b9791 100644 --- a/backend/onedrive/onedrive.go +++ b/backend/onedrive/onedrive.go @@ -330,7 +330,7 @@ file. Default: false, Help: strings.ReplaceAll(`If set rclone will use delta listing to implement recursive listings. -If this flag is set the the onedrive backend will advertise |ListR| +If this flag is set the onedrive backend will advertise |ListR| support for recursive listings. Setting this flag speeds up these things greatly: diff --git a/docs/content/bisync.md b/docs/content/bisync.md index 85250985c..c51030df1 100644 --- a/docs/content/bisync.md +++ b/docs/content/bisync.md @@ -228,7 +228,7 @@ the `--resync`. - `path2` - same as `path1`, except the path2 version is considered the winner. - `newer` - the newer file (by `modtime`) is considered the winner, regardless of which side it came from. This may result in having a mix of some winners -from Path1, and some winners from Path2. (The implementation is analagous to +from Path1, and some winners from Path2. (The implementation is analogous to running `rclone copy --update` in both directions.) - `older` - same as `newer`, except the older file is considered the winner, and the newer file is considered the loser. diff --git a/docs/content/onedrive.md b/docs/content/onedrive.md index e2ec8b0c2..66b563b4e 100644 --- a/docs/content/onedrive.md +++ b/docs/content/onedrive.md @@ -624,7 +624,7 @@ Properties: If set rclone will use delta listing to implement recursive listings. -If this flag is set the the onedrive backend will advertise `ListR` +If this flag is set the onedrive backend will advertise `ListR` support for recursive listings. Setting this flag speeds up these things greatly: