clif-util: Fix typo in subcommand description
Co-authored-by: Andrew Brown <andrew.brown@intel.com>
This commit is contained in:
@@ -99,7 +99,7 @@ pub struct Options {
|
|||||||
#[structopt(short("X"))]
|
#[structopt(short("X"))]
|
||||||
print_size: bool,
|
print_size: bool,
|
||||||
|
|
||||||
/// Juse decode Wasm into Cranelift IR, don't compile it to native code
|
/// Just decode Wasm into Cranelift IR, don't compile it to native code
|
||||||
#[structopt(short("t"))]
|
#[structopt(short("t"))]
|
||||||
just_decode: bool,
|
just_decode: bool,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user