diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-09-15 00:40:38 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-09-15 00:40:38 -0700 |
| commit | 684a87587684da5aaa11933a5f739bca85fe8709 (patch) | |
| tree | 29ef3085710d4ad3f1aa432ebfe10b836d228752 | |
| parent | 2d3a904a82957ceea7f855e9505640f7b5a3be8c (diff) | |
| download | seaweedfs-684a87587684da5aaa11933a5f739bca85fe8709.tar.xz seaweedfs-684a87587684da5aaa11933a5f739bca85fe8709.zip | |
update help message
| -rw-r--r-- | weed/command/filer_sync.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/filer_sync.go b/weed/command/filer_sync.go index cafd51a16..af0a624b1 100644 --- a/weed/command/filer_sync.go +++ b/weed/command/filer_sync.go @@ -73,6 +73,7 @@ var cmdFilerSynchronize = &Command{ * filer.sync supports both active-active and active-passive modes. If restarted, the synchronization will resume from the previous checkpoints, persisted every minute. + A fresh sync will start from the earliest metadata logs. `, } |
