Skip to content

Commit

Permalink
Fix cmd flag message
Browse files Browse the repository at this point in the history
  • Loading branch information
anikaraghu committed Nov 14, 2023
1 parent 5be4018 commit c994ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/anvil/src/cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ pub struct AnvilEvmArgs {
#[clap(long, visible_alias = "auto-impersonate")]
pub auto_impersonate: bool,

/// Enable autoImpersonate on startup
/// Run an Optimism chain
#[clap(long, visible_alias = "optimism")]
pub optimism: bool,
}
Expand Down

0 comments on commit c994ad1

Please sign in to comment.