clif-util: Fix typo in subcommand description

Co-authored-by: Andrew Brown <andrew.brown@intel.com>
This commit is contained in:
Nick Fitzgerald
2020-09-15 09:44:03 -07:00
committed by GitHub
parent d32b2c82f8
commit a923ecae9e

View File

@@ -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,