Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Simple doc fix for param to load snapshot
  • Loading branch information
gpestana committed Jan 25, 2024
commit 74240d5351f95e9729fed0232acb6209f944dcf7
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