docs: fix some comments

Signed-off-by: thirdkeyword <fliterdashen@gmail.com>
This commit is contained in:
huajin tong 2024-03-07 20:57:15 +08:00 committed by GitHub
parent 431524445e
commit b1ae7df556
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -330,7 +330,7 @@ file.
Default: false, Default: false,
Help: strings.ReplaceAll(`If set rclone will use delta listing to implement recursive listings. 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. support for recursive listings.
Setting this flag speeds up these things greatly: Setting this flag speeds up these things greatly:

View File

@ -228,7 +228,7 @@ the `--resync`.
- `path2` - same as `path1`, except the path2 version is considered the winner. - `path2` - same as `path1`, except the path2 version is considered the winner.
- `newer` - the newer file (by `modtime`) is considered the winner, regardless - `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 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.) running `rclone copy --update` in both directions.)
- `older` - same as `newer`, except the older file is considered the winner, - `older` - same as `newer`, except the older file is considered the winner,
and the newer file is considered the loser. and the newer file is considered the loser.

View File

@ -624,7 +624,7 @@ Properties:
If set rclone will use delta listing to implement recursive listings. 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. support for recursive listings.
Setting this flag speeds up these things greatly: Setting this flag speeds up these things greatly: