Skip to content

Commit

Permalink
merge unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
eserilev committed Mar 12, 2024
1 parent b34b11d commit c3d6ede
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions beacon_node/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -632,11 +632,11 @@ pub fn cli_app() -> Command {
.action(ArgAction::Set)
)
.arg(
Arg::with_name("state-cache-size")
Arg::new("state-cache-size")
.long("state-cache-size")
.value_name("STATE_CACHE_SIZE")
.help("Specifies the size of the snapshot cache [default: 3]")
.takes_value(true)
.action(ArgAction::Set)
)
/*
* Execution Layer Integration
Expand Down

0 comments on commit c3d6ede

Please sign in to comment.