diff --git a/docs/the_nimbus_book/src/migration.md b/docs/the_nimbus_book/src/migration.md index df53e4581..b9e1b9ad4 100644 --- a/docs/the_nimbus_book/src/migration.md +++ b/docs/the_nimbus_book/src/migration.md @@ -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: ``` -prysm.sh validator slashing-protection export \ +prysm.sh validator slashing-protection-history export \ --datadir=/your/prysm/wallet \ --slashing-protection-export-dir=/path/to/export_dir ```