Fix a typo in validator client CLI (#1456)

This commit is contained in:
Taneli Hukkinen 2020-08-04 12:51:06 +00:00
parent 0feb3cf19a
commit 20ee893969

View File

@ -40,7 +40,7 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
Arg::with_name("strict-lockfiles")
.long("strict-lockfiles")
.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."
)
)