docs: Correct integration validator cli reference (#18458)

(cherry picked from commit 77f61a5e2e)

Co-authored-by: Trent Nelson <trent@solana.com>
This commit is contained in:
mergify[bot]
2021-07-06 22:26:38 +00:00
committed by GitHub
parent 5966053a6d
commit 75a2b66206

View File

@ -30,6 +30,7 @@ To run an api node:
```bash ```bash
solana-validator \ solana-validator \
--ledger <LEDGER_PATH> \ --ledger <LEDGER_PATH> \
--identity <VALIDATOR_IDENTITY_KEYPAIR> \
--entrypoint <CLUSTER_ENTRYPOINT> \ --entrypoint <CLUSTER_ENTRYPOINT> \
--expected-genesis-hash <EXPECTED_GENESIS_HASH> \ --expected-genesis-hash <EXPECTED_GENESIS_HASH> \
--rpc-port 8899 \ --rpc-port 8899 \