Commit 5cfb3151 authored by Joshua Gutow's avatar Joshua Gutow Committed by GitHub

op-proposer: Cleanup flag usage string (#9680)

parent c927ed9e
...@@ -68,7 +68,7 @@ var ( ...@@ -68,7 +68,7 @@ var (
} }
ActiveSequencerCheckDurationFlag = &cli.DurationFlag{ ActiveSequencerCheckDurationFlag = &cli.DurationFlag{
Name: "active-sequencer-check-duration", Name: "active-sequencer-check-duration",
Usage: "The duration between checks to determine the active sequencer endpoint. ", Usage: "The duration between checks to determine the active sequencer endpoint.",
Value: 2 * time.Minute, Value: 2 * time.Minute,
EnvVars: prefixEnvVars("ACTIVE_SEQUENCER_CHECK_DURATION"), EnvVars: prefixEnvVars("ACTIVE_SEQUENCER_CHECK_DURATION"),
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment