Skip to content

Commit

Permalink
Fix --validators help text
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhauner committed Aug 7, 2023
1 parent e86c0e6 commit c07a554
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions validator_manager/src/move_validators.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
.value_name("STRING")
.help(
"The validators to be moved. Either a list of 0x-prefixed \
validator pubkeys, an integer count of validators or the \
keyword \"all\".",
validator pubkeys or the keyword \"all\".",
)
.takes_value(true),
)
Expand Down

0 comments on commit c07a554

Please sign in to comment.