From 20ee8939691bcffc2171ef26a18573b1db8f0276 Mon Sep 17 00:00:00 2001 From: Taneli Hukkinen Date: Tue, 4 Aug 2020 12:51:06 +0000 Subject: [PATCH] Fix a typo in validator client CLI (#1456) --- validator_client/src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validator_client/src/cli.rs b/validator_client/src/cli.rs index 6b20d9780c1..3479f4b9d32 100644 --- a/validator_client/src/cli.rs +++ b/validator_client/src/cli.rs @@ -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." ) )