From c07a5540d3f5e1cc8f669a52cb9e3f41f329d521 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Mon, 7 Aug 2023 15:58:43 +1000 Subject: [PATCH] Fix --validators help text --- validator_manager/src/move_validators.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/validator_manager/src/move_validators.rs b/validator_manager/src/move_validators.rs index 305687df1dc..fa886e8f941 100644 --- a/validator_manager/src/move_validators.rs +++ b/validator_manager/src/move_validators.rs @@ -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), )