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: