fix typo on validator help (#24844)
Co-authored-by: Austin <support@thetaproxies.com>
This commit is contained in:
parent
08e1727926
commit
aee17f3b50
|
@ -1153,7 +1153,7 @@ pub fn main() {
|
||||||
.multiple(true)
|
.multiple(true)
|
||||||
.takes_value(true)
|
.takes_value(true)
|
||||||
.help("A list of validators to gossip with. If specified, gossip \
|
.help("A list of validators to gossip with. If specified, gossip \
|
||||||
will not pull/pull from from validators outside this set. \
|
will not push/pull from from validators outside this set. \
|
||||||
[default: all validators]")
|
[default: all validators]")
|
||||||
)
|
)
|
||||||
.arg(
|
.arg(
|
||||||
|
|
Loading…
Reference in New Issue