mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-04-28 10:58:00 +00:00
fix help text
This commit is contained in:
+1
-1
@@ -87,7 +87,7 @@ fn main() {
|
||||
.takes_value(true)
|
||||
.long("runtime-version"))
|
||||
.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)
|
||||
.long("target"))
|
||||
.arg(Arg::with_name("final_name")
|
||||
|
||||
Reference in New Issue
Block a user