Skip to content

Commit

Permalink
ref(cli): remove duplicated clap arg (#4336)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfertel authored Aug 28, 2023
1 parent 47683fd commit e527531
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/reth/src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ pub struct Cli<Ext: RethCliExt = ()> {
#[arg(
long,
value_name = "CHAIN_OR_PATH",
global = true,
verbatim_doc_comment,
default_value = "mainnet",
value_parser = genesis_value_parser,
Expand Down

0 comments on commit e527531

Please sign in to comment.