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"))]
|
||||
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"))]
|
||||
just_decode: bool,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user