Fix a few typos in option help strings (#3401)

## Proposed Changes

Fixes a typo I noticed while looking at options.
This commit is contained in:
Justin Traglia 2022-08-02 00:58:24 +00:00
parent 3b056232d8
commit 807bc8b0b3

View File

@ -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(