mirror of
https://github.com/fluencelabs/wasm-utils
synced 2025-05-03 02:32:17 +00:00
fix help text
This commit is contained in:
parent
bf90913055
commit
c5ced73d55
@ -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")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user