Further improve help message

This commit is contained in:
Paul Hauner
2023-03-27 11:56:41 +11:00
parent 1b225e944e
commit 707d2a258b

View File

@@ -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),