From 684a87587684da5aaa11933a5f739bca85fe8709 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 15 Sep 2020 00:40:38 -0700 Subject: [PATCH] update help message --- weed/command/filer_sync.go | 1 + 1 file changed, 1 insertion(+) 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. `, }