update prysm export docs (#3365)

This command was [recently renamed](https://github.com/prysmaticlabs/prysm/pull/9873).
This commit is contained in:
Jeremy Schlatter 2022-02-09 02:25:12 -08:00 committed by GitHub
parent 97a1735e4a
commit 47b1870100
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ It's important that you disable the Prysm validator as well as stopping it, to p
Run the following to export your Prysm validator's [slashing protection](https://eips.ethereum.org/EIPS/eip-3076) history: Run the following to export your Prysm validator's [slashing protection](https://eips.ethereum.org/EIPS/eip-3076) history:
``` ```
prysm.sh validator slashing-protection export \ prysm.sh validator slashing-protection-history export \
--datadir=/your/prysm/wallet \ --datadir=/your/prysm/wallet \
--slashing-protection-export-dir=/path/to/export_dir --slashing-protection-export-dir=/path/to/export_dir
``` ```