Skip to content

Commit

Permalink
nit: small doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
0xRampey committed Nov 12, 2024
1 parent 64a26b0 commit b0d12a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ struct OpStackArgs {
short = 'w',
long = "eth-checkpoint",
env = "ETH_CHECKPOINT",
help = "Set custom weak subjectivity checkpoint for Ethereum mainnet. Helios uses this to sync and verify the unsafe signer address used by <NETWORK>"
help = "Set custom weak subjectivity checkpoint for Ethereum mainnet. Helios uses this to sync and trustlessly fetch the correct unsafe signer address used by <NETWORK>"
)]
checkpoint: Option<B256>,
#[clap(
Expand Down

0 comments on commit b0d12a4

Please sign in to comment.