mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
@@ -84,7 +84,6 @@ pub fn cli_app() -> Command {
|
|||||||
.long(COUNT_FLAG)
|
.long(COUNT_FLAG)
|
||||||
.value_name("VALIDATOR_COUNT")
|
.value_name("VALIDATOR_COUNT")
|
||||||
.help("The number of validators to create, regardless of how many already exist")
|
.help("The number of validators to create, regardless of how many already exist")
|
||||||
.conflicts_with("at-most")
|
|
||||||
.action(ArgAction::Set)
|
.action(ArgAction::Set)
|
||||||
.display_order(0),
|
.display_order(0),
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user