Tidy message

This commit is contained in:
Paul Hauner
2023-03-27 11:39:27 +11:00
parent 9c76d4506d
commit 1b225e944e

View File

@@ -116,9 +116,9 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
.long(VALIDATORS_FLAG) .long(VALIDATORS_FLAG)
.value_name("STRING") .value_name("STRING")
.help( .help(
"The validators to be moved. Either (a) a list of \ "The validators to be moved. Either a list of 0x-prefixed \
0x-prefixed validator pubkeys, (b) an integer count of \ validator pubkeys, an integer count of validators or the \
validators or (c) the word \"all\".", word \"all\".",
) )
.required(true) .required(true)
.takes_value(true), .takes_value(true),