Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/mirror-main.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ var (
},
cli.BoolFlag{
Name: "overwrite",
Usage: "overwrite object(s) on target",
Usage: "overwrite object(s) on target if it differs from source",
},
cli.BoolFlag{
Name: "fake",
Expand Down
2 changes: 1 addition & 1 deletion docs/minio-client-complete-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1050,7 +1050,7 @@ USAGE:
mc mirror [FLAGS] SOURCE TARGET

FLAGS:
--overwrite overwrite object(s) on target
--overwrite overwrite object(s) on target if it differs from source
--fake perform a fake mirror operation
--watch, -w watch and synchronize changes
--remove remove extraneous object(s) on target
Expand Down