aboutsummaryrefslogtreecommitdiff
path: root/weed/command/backup.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2019-02-09 12:52:12 -0800
committerChris Lu <chris.lu@gmail.com>2019-02-09 12:52:12 -0800
commit729d71fd4cf07709331ba05dd075c54e2effabe9 (patch)
tree89eb216db67c6c5743ebfa3cddb62a7461dc5634 /weed/command/backup.go
parent8afc63248449ee681dc964e07ab687a0f4cb8a9b (diff)
parent820bb05182fded5606a5e4aef8fa3396bc854451 (diff)
downloadseaweedfs-729d71fd4cf07709331ba05dd075c54e2effabe9.tar.xz
seaweedfs-729d71fd4cf07709331ba05dd075c54e2effabe9.zip
Merge branch 'master' of https://github.com/chrislusf/seaweedfs
Diffstat (limited to 'weed/command/backup.go')
-rw-r--r--weed/command/backup.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/backup.go b/weed/command/backup.go
index 072aea75b..0641f2e5d 100644
--- a/weed/command/backup.go
+++ b/weed/command/backup.go
@@ -41,7 +41,7 @@ var cmdBackup = &Command{
But it's tricky to incrementally copy the differences.
The complexity comes when there are multiple addition, deletion and compaction.
- This tool will handle them correctly and efficiently, avoiding unnecessary data transporation.
+ This tool will handle them correctly and efficiently, avoiding unnecessary data transportation.
`,
}