From 707d2a258b9586145c3f75a1c8d232efc664b8f2 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Mon, 27 Mar 2023 11:56:41 +1100 Subject: [PATCH] Further improve help message --- validator_manager/src/move_validators.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validator_manager/src/move_validators.rs b/validator_manager/src/move_validators.rs index c6803ff451..9608eafa53 100644 --- a/validator_manager/src/move_validators.rs +++ b/validator_manager/src/move_validators.rs @@ -118,7 +118,7 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> { .help( "The validators to be moved. Either a list of 0x-prefixed \ validator pubkeys, an integer count of validators or the \ - word \"all\".", + keyword \"all\".", ) .required(true) .takes_value(true),