Skip to content

Commit 6a126fe

Browse files
authored
Simple doc fix for param to load snapshot (#75)
Replace `-s` for `-p` in the docs.
1 parent 20c4c69 commit 6a126fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
//! try-runtime \
232232
//! --runtime /path-to-substrate/target/release/wbuild/my-runtime.wasm \
233233
//! on-runtime-upgrade \
234-
//! snap -s my-snapshot.snap
234+
//! snap -p my-snapshot.snap
235235
//! ```
236236
//!
237237
//! * Execute the latest finalized block with the given runtime.

0 commit comments

Comments
 (0)