Delete at-most in lighthouse vm create (#7469)

* #7398
*
This commit is contained in:
chonghe
2025-05-16 21:22:38 +08:00
committed by GitHub
parent 268809a530
commit b051a5d6cc

View File

@@ -84,7 +84,6 @@ pub fn cli_app() -> Command {
.long(COUNT_FLAG)
.value_name("VALIDATOR_COUNT")
.help("The number of validators to create, regardless of how many already exist")
.conflicts_with("at-most")
.action(ArgAction::Set)
.display_order(0),
)