mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-06-14 13:21:02 +00:00
fix help text
This commit is contained in:
+1
-1
@@ -87,7 +87,7 @@ fn main() {
|
|||||||
.takes_value(true)
|
.takes_value(true)
|
||||||
.long("runtime-version"))
|
.long("runtime-version"))
|
||||||
.arg(Arg::with_name("source_target")
|
.arg(Arg::with_name("source_target")
|
||||||
.help("Skip symbol optimization step producing final wasm")
|
.help("Cargo target type kind (wasm32-unknown-unknown/emscripten)")
|
||||||
.takes_value(true)
|
.takes_value(true)
|
||||||
.long("target"))
|
.long("target"))
|
||||||
.arg(Arg::with_name("final_name")
|
.arg(Arg::with_name("final_name")
|
||||||
|
|||||||
Reference in New Issue
Block a user