fix help text

This commit is contained in:
NikVolf 2017-12-27 12:38:27 +03:00
parent bf90913055
commit c5ced73d55

View File

@ -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")