Skip to content

Commit 70ed56f

Browse files
authored
Merge pull request #8762 from qiuhaohao/patch-1
Add missing line continuation for lighthouse launch command
2 parents da7159e + b7fac7f commit 70ed56f

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
@@ -322,7 +322,7 @@ When starting a Beacon Node on a testnet, you can save significant syncing time
322322
Before running Lighthouse, learn more on how to install and configure it in [Lighthouse Book](https://lighthouse-book.sigmaprime.io/installation.html).
323323

324324
```
325-
lighthouse beacon_node
325+
lighthouse beacon_node \
326326
--network mainnet \
327327
--datadir /data/ethereum \
328328
--http \

0 commit comments

Comments
 (0)