mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 16:34:30 +01:00
docs: fix some comments
Signed-off-by: thirdkeyword <fliterdashen@gmail.com>
This commit is contained in:
parent
431524445e
commit
b1ae7df556
@ -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:
|
||||||
|
@ -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.
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user