--gossip-host may now be specified with --entrypoint

This commit is contained in:
Michael Vines
2020-11-12 21:04:15 -08:00
committed by mergify[bot]
parent 9f95704706
commit 328f59ebef
2 changed files with 23 additions and 17 deletions

View File

@ -94,7 +94,7 @@ fn parse_matches() -> ArgMatches<'static> {
.value_name("HOST")
.takes_value(true)
.validator(solana_net_utils::is_host)
.help("Gossip DNS name or IP address for the node \
.help("Gossip DNS name or IP address for the node to advertise in gossip \
[default: ask --entrypoint, or 127.0.0.1 when --entrypoint is not provided]"),
)
.arg(