Skip to content

Commit

Permalink
Fix a typo in validator client CLI (#1456)
Browse files Browse the repository at this point in the history
  • Loading branch information
hukkinj1 committed Aug 4, 2020
1 parent 0feb3cf commit 20ee893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator_client/src/cli.rs
Expand Up @@ -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."
)
)
Expand Down

0 comments on commit 20ee893

Please sign in to comment.