Skip to content

Commit

Permalink
Simple doc fix for param to load snapshot (#75)
Browse files Browse the repository at this point in the history
Replace `-s` for `-p` in the docs.
  • Loading branch information
gpestana authored Jan 25, 2024
1 parent 20c4c69 commit 6a126fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
//! try-runtime \
//! --runtime /path-to-substrate/target/release/wbuild/my-runtime.wasm \
//! on-runtime-upgrade \
//! snap -s my-snapshot.snap
//! snap -p my-snapshot.snap
//! ```
//!
//! * Execute the latest finalized block with the given runtime.
Expand Down

0 comments on commit 6a126fe

Please sign in to comment.