From 6bce29c41881abcd8e3cbef099fdf71ba16b8b13 Mon Sep 17 00:00:00 2001 From: honeywest Date: Wed, 6 Jan 2021 20:41:58 +0800 Subject: [PATCH] update wasm-path usage name --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 6619d580..dfc7fa93 100644 --- a/src/main.rs +++ b/src/main.rs @@ -303,7 +303,7 @@ enum Command { Deploy { #[structopt(flatten)] extrinsic_opts: ExtrinsicOpts, - /// Path to wasm contract code, defaults to `./target/ink/-pruned.wasm` + /// Path to wasm contract code, defaults to `./target/ink/.wasm` #[structopt(parse(from_os_str))] wasm_path: Option, }, -- GitLab