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)
|
||||
.takes_value(true)
|
||||
.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]")
|
||||
)
|
||||
.arg(
|
||||
|
|
Loading…
Reference in New Issue