Skip to content

Commit

Permalink
Fix WIT world help text (#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffcharles authored Nov 5, 2024
1 parent b5b8be3 commit 2076f15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/cli/src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ option_group! {
/// Optional path to WIT file describing exported functions. Only
/// supports function exports with no arguments and no return values.
Wit(PathBuf),
/// Optional path to WIT file describing exported functions. Only
/// supports function exports with no arguments and no return values.
/// Optional WIT world name for WIT file. Must be specified if WIT is
/// file path is specified.
WitWorld(String),
/// Enable source code compression, which generates smaller WebAssembly
/// files at the cost of increased compile time.
Expand Down

0 comments on commit 2076f15

Please sign in to comment.