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(