Skip to content

Commit

Permalink
Document =val is optional for -Ccranelift-xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Aug 31, 2023
1 parent 93069b2 commit 66329c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli-flags/src/opt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ macro_rules! wasmtime_option_group {
val.map(|v| v.to_string()),
))
},
val_help: "=val",
val_help: "[=val]",
docs: concat!($($prefixed_doc, "\n",)*),
},
)?
Expand Down

0 comments on commit 66329c5

Please sign in to comment.