Skip to content

Commit b7fac7f

Browse files
authored
Add missing line continuation for lighthouse launch command
1 parent 880cc9f commit b7fac7f

File tree

1 file changed

+1
-1
lines changed
  • src/content/developers/docs/nodes-and-clients/run-a-node

1 file changed

+1
-1
lines changed

src/content/developers/docs/nodes-and-clients/run-a-node/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ When starting a Beacon Node on a testnet, you can save significant syncing time
321321
Before running Lighthouse, learn more on how to install and configure it in [Lighthouse Book](https://lighthouse-book.sigmaprime.io/installation.html).
322322

323323
```
324-
lighthouse beacon_node
324+
lighthouse beacon_node \
325325
--network mainnet \
326326
--datadir /data/ethereum \
327327
--http \

0 commit comments

Comments
 (0)