diff --git a/book/src/validator-create.md b/book/src/validator-create.md index 73fff42df..91af60078 100644 --- a/book/src/validator-create.md +++ b/book/src/validator-create.md @@ -75,7 +75,7 @@ The example assumes that the `wally` wallet was generated from the [wallet](./wallet-create.md) example. ```bash -lighthouse --network pyrmont account validator create --name wally --wallet-password wally.pass --count 1 +lighthouse --network pyrmont account validator create --wallet-name wally --wallet-password wally.pass --count 1 ``` This command will: