From 807bc8b0b317580885f20f4de3abcd2914f1e74e Mon Sep 17 00:00:00 2001 From: Justin Traglia Date: Tue, 2 Aug 2022 00:58:24 +0000 Subject: [PATCH] Fix a few typos in option help strings (#3401) ## Proposed Changes Fixes a typo I noticed while looking at options. --- beacon_node/src/cli.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/beacon_node/src/cli.rs b/beacon_node/src/cli.rs index 5f205feea..351526387 100644 --- a/beacon_node/src/cli.rs +++ b/beacon_node/src/cli.rs @@ -148,7 +148,7 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> { If a DNS address is provided, the enr-address is set to the IP address it resolves to and \ does not auto-update based on PONG responses in discovery. \ Set this only if you are sure other nodes can connect to your local node on this address. \ - Discovery will automatically find your external address,if possible.") + Discovery will automatically find your external address, if possible.") .requires("enr-udp-port") .takes_value(true), ) @@ -441,7 +441,7 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> { .alias("jwt-id") .help("Used by the beacon node to communicate a unique identifier to execution nodes \ during JWT authentication. It corresponds to the 'id' field in the JWT claims object.\ - Set to empty by deafult") + Set to empty by default") .takes_value(true) ) .arg( @@ -451,7 +451,7 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> { .alias("jwt-version") .help("Used by the beacon node to communicate a client version to execution nodes \ during JWT authentication. It corresponds to the 'clv' field in the JWT claims object.\ - Set to empty by deafult") + Set to empty by default") .takes_value(true) ) .arg(