aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer_sync.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-08-08 22:30:12 -0700
committerChris Lu <chris.lu@gmail.com>2021-08-08 22:30:12 -0700
commitdf85f7a1ebf81e1f8fe8bed5089bf5be71d7c76f (patch)
treee6e6524daa1a8879f3a2d9d45ebd87af8675b854 /weed/command/filer_sync.go
parentc0b12da4efbeb272d015c8cd51c1751d4f9abde7 (diff)
downloadseaweedfs-df85f7a1ebf81e1f8fe8bed5089bf5be71d7c76f.tar.xz
seaweedfs-df85f7a1ebf81e1f8fe8bed5089bf5be71d7c76f.zip
adjust help message
Diffstat (limited to 'weed/command/filer_sync.go')
-rw-r--r--weed/command/filer_sync.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/command/filer_sync.go b/weed/command/filer_sync.go
index a20f17201..a08238b56 100644
--- a/weed/command/filer_sync.go
+++ b/weed/command/filer_sync.go
@@ -70,8 +70,8 @@ func init() {
var cmdFilerSynchronize = &Command{
UsageLine: "filer.sync -a=<oneFilerHost>:<oneFilerPort> -b=<otherFilerHost>:<otherFilerPort>",
- Short: "resumeable continuous synchronization between two active-active or active-passive SeaweedFS clusters",
- Long: `resumeable continuous synchronization for file changes between two active-active or active-passive filers
+ Short: "resumable continuous synchronization between two active-active or active-passive SeaweedFS clusters",
+ Long: `resumable continuous synchronization for file changes between two active-active or active-passive filers
filer.sync listens on filer notifications. If any file is updated, it will fetch the updated content,
and write to the other destination. Different from filer.replicate: