From 6a126fe8b40863cef35a7dff8f0363c41eae8113 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Pestana?= Date: Thu, 25 Jan 2024 13:09:02 +0100 Subject: [PATCH] Simple doc fix for param to load snapshot (#75) Replace `-s` for `-p` in the docs. --- cli/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/main.rs b/cli/main.rs index 1367a628e56..1c01d272646 100644 --- a/cli/main.rs +++ b/cli/main.rs @@ -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.