From 0fccb7ab13cd674c8a6b7a79976e3b86c9f0b871 Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Wed, 5 Jul 2023 15:21:49 -0500 Subject: [PATCH] Tweak flag message. --- cmd/utils/flags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/utils/flags.go b/cmd/utils/flags.go index 7cd724994..e4fd04cd3 100644 --- a/cmd/utils/flags.go +++ b/cmd/utils/flags.go @@ -1127,7 +1127,7 @@ Please note that --` + MetricsHTTPFlag.Name + ` must be set to start the server. } StateDiffBackfillMaxHeadGap = &cli.Uint64Flag{ Name: "statediff.backfillmaxheadgap", - Usage: "The maximum gap between the startup statediff and startup head positions that can be backfilled.", + Usage: "The maximum gap between the current statediff and head positions that can be backfilled.", Value: 7200, } )