Skip to content

Commit 66a9375

Browse files
committed
Fix CLI md
1 parent 7571d1a commit 66a9375

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

book/src/help_bn.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,15 +230,16 @@ Options:
230230
peer without an ENR.
231231
--listen-address [<ADDRESS>...]
232232
The address lighthouse will listen for UDP and TCP connections. To
233-
listen over IpV4 and IpV6 set this flag twice with the different
233+
listen over IPv4 and IPv6 set this flag twice with the different
234234
values.
235235
Examples:
236236
- --listen-address '0.0.0.0' will listen over IPv4.
237237
- --listen-address '::' will listen over IPv6.
238238
- --listen-address '0.0.0.0' --listen-address '::' will listen over
239239
both IPv4 and IPv6. The order of the given addresses is not relevant.
240240
However, multiple IPv4, or multiple IPv6 addresses will not be
241-
accepted. [default: 0.0.0.0]
241+
accepted. If omitted, Lighthouse will listen on all interfaces, for
242+
both IPv4 and IPv6.
242243
--log-format <FORMAT>
243244
Specifies the log format used when emitting logs to the terminal.
244245
[possible values: JSON]

0 commit comments

Comments
 (0)