From 4e2d01ff732e51701d856c26657376e478d356ee Mon Sep 17 00:00:00 2001 From: cheatfate Date: Fri, 26 Apr 2024 02:13:18 +0300 Subject: [PATCH] Fix options.md. --- docs/the_nimbus_book/src/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/the_nimbus_book/src/options.md b/docs/the_nimbus_book/src/options.md index c6e46fe5f1..670bf79557 100644 --- a/docs/the_nimbus_book/src/options.md +++ b/docs/the_nimbus_book/src/options.md @@ -55,7 +55,7 @@ The following options are available: verifying/generating JWT tokens. -b, --bootstrap-node Specifies one or more bootstrap nodes to use when connecting to the network. --bootstrap-file Specifies a line-delimited file of bootstrap Ethereum network addresses. - --listen-address Listening address for the Ethereum LibP2P and Discovery v5 traffic [=0.0.0.0]. + --listen-address Listening address for the Ethereum LibP2P and Discovery v5 traffic [=*]. --tcp-port Listening TCP port for Ethereum LibP2P traffic [=9000]. --udp-port Listening UDP port for node discovery [=9000]. --max-peers The target number of peers to connect to [=160].