forked from TrueCloudLab/rclone
docs: use --interactive instead of -i in examples to avoid confusion
This commit is contained in:
parent
c40b706186
commit
b9d9f9edb0
31 changed files with 65 additions and 65 deletions
|
@ -65,8 +65,8 @@ a bucket or with a bucket and path.
|
|||
Long: `This command removes unfinished multipart uploads of age greater than
|
||||
max-age which defaults to 24 hours.
|
||||
|
||||
Note that you can use -i/--dry-run with this command to see what it
|
||||
would do.
|
||||
Note that you can use --interactive/-i or --dry-run with this command to see what
|
||||
it would do.
|
||||
|
||||
rclone backend cleanup oos:bucket/path/to/object
|
||||
rclone backend cleanup -o max-age=7w oos:bucket/path/to/object
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue