mirror of
https://github.com/rclone/rclone.git
synced 2025-08-15 16:22:47 +02:00
docs: use --interactive instead of -i in examples to avoid confusion
This commit is contained in:
@ -36,7 +36,7 @@ want to delete files from destination, use the
|
||||
**Important**: Since this can cause data loss, test first with the
|
||||
` + "`--dry-run` or the `--interactive`/`-i`" + ` flag.
|
||||
|
||||
rclone sync -i SOURCE remote:DESTINATION
|
||||
rclone sync --interactive SOURCE remote:DESTINATION
|
||||
|
||||
Note that files in the destination won't be deleted if there were any
|
||||
errors at any point. Duplicate objects (files with the same name, on
|
||||
|
Reference in New Issue
Block a user