1
mirror of https://github.com/rclone/rclone synced 2024-09-29 04:49:43 +02:00

Fix wording in verbose copy logs - fixes #574

This commit is contained in:
Nick Craig-Wood 2016-07-09 10:11:57 +01:00
parent 2a1d4b7563
commit 4bd9932703

View File

@ -231,7 +231,7 @@ func Copy(f Fs, dst, src Object) (err error) {
in := NewAccount(in0, src) // account the transfer
if doUpdate {
actionTaken = "Copied (updated existing)"
actionTaken = "Copied (replaced existing)"
err = dst.Update(in, src)
} else {
actionTaken = "Copied (new)"