Skip to content
This repository was archived by the owner on Mar 8, 2025. It is now read-only.

Commit b7be5cc

Browse files
committed
modify flags usage comment
1 parent a9b125b commit b7be5cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

op-node/flags/flags.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ var (
205205
}
206206
PipelineInitialResetTimeout = &cli.Uint64Flag{
207207
Name: "l1.pipeline-initial-reset-timeout",
208-
Usage: "Number of L1 blocks to keep distance from the L1 head as a sequencer for picking an L1 origin.",
208+
Usage: "Number of L1 blocks, control pipeline initial reset.",
209209
EnvVars: prefixEnvVars("PIPELINE_INITIAL_RESET_TIMEOUT"),
210210
Value: 10,
211211
Category: L1RPCCategory,

0 commit comments

Comments
 (0)