mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 08:52:54 +00:00
Clarify help message
This commit is contained in:
@@ -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(
|
||||||
"One or more validator public keys (as 0x-prefixed hex) to be moved from \
|
"The validators to be moved. Either (a) a list of \
|
||||||
the source to destination validator clients. Alternatively, use \"all\" to \
|
0x-prefixed validator pubkeys, (b) an integer count of \
|
||||||
move all the validators from the source validator client.",
|
validators or (c) the word \"all\".",
|
||||||
)
|
)
|
||||||
.required(true)
|
.required(true)
|
||||||
.takes_value(true),
|
.takes_value(true),
|
||||||
|
|||||||
Reference in New Issue
Block a user