Fix a typo in validator client CLI (#1456)
This commit is contained in:
parent
0feb3cf19a
commit
20ee893969
@ -40,7 +40,7 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
|
|||||||
Arg::with_name("strict-lockfiles")
|
Arg::with_name("strict-lockfiles")
|
||||||
.long("strict-lockfiles")
|
.long("strict-lockfiles")
|
||||||
.help(
|
.help(
|
||||||
"If present, do not load validators that have are guarded by a lockfile. Note: for \
|
"If present, do not load validators that are guarded by a lockfile. Note: for \
|
||||||
Eth2 mainnet, this flag will likely be removed and its behaviour will become default."
|
Eth2 mainnet, this flag will likely be removed and its behaviour will become default."
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user