Skip to content

Commit

Permalink
update wasm-path usage name (use-ink#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
honeywest authored Jan 6, 2021
1 parent 1c65419 commit 347eb50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ enum Command {
Deploy {
#[structopt(flatten)]
extrinsic_opts: ExtrinsicOpts,
/// Path to wasm contract code, defaults to `./target/ink/<name>-pruned.wasm`
/// Path to wasm contract code, defaults to `./target/ink/<name>.wasm`
#[structopt(parse(from_os_str))]
wasm_path: Option<PathBuf>,
},
Expand Down

0 comments on commit 347eb50

Please sign in to comment.