From 39928d5c69eaa673bd4331045b5ac7a3c6f9ffb6 Mon Sep 17 00:00:00 2001 From: stefa2k <54934211+stefa2k@users.noreply.github.com> Date: Mon, 29 Mar 2021 06:39:15 +0000 Subject: [PATCH] correcting name of flag (#2285) ## Issue Addressed None, just a very small fix of documentation ## Proposed Changes Fixing naming of paramter listed in documentation. ## Additional Info No changes to code, just fixing documentation --- book/src/voluntary-exit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/voluntary-exit.md b/book/src/voluntary-exit.md index 18bc99b6d..5a7b7a8e0 100644 --- a/book/src/voluntary-exit.md +++ b/book/src/voluntary-exit.md @@ -25,7 +25,7 @@ In order to initiate an exit, users can use the `lighthouse account validator ex - The `--keystore` flag is used to specify the path to the EIP-2335 voting keystore for the validator. -- The `--beacon-nodes` flag is used to specify a beacon chain HTTP endpoint that confirms to the [Eth2.0 Standard API](https://ethereum.github.io/eth2.0-APIs/) specifications. That beacon node will be used to validate and propagate the voluntary exit. The default value for this flag is `http://localhost:5052`. +- The `--beacon-node` flag is used to specify a beacon chain HTTP endpoint that confirms to the [Eth2.0 Standard API](https://ethereum.github.io/eth2.0-APIs/) specifications. That beacon node will be used to validate and propagate the voluntary exit. The default value for this flag is `http://localhost:5052`. - The `--network` flag is used to specify a particular Eth2 network (default is `mainnet`).