From 232938c1208a6443d7a7835110712e898dc4fb05 Mon Sep 17 00:00:00 2001 From: Jeff Charles Date: Tue, 5 Nov 2024 13:14:53 -0500 Subject: [PATCH] Fix WIT world help text --- crates/cli/src/commands.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/cli/src/commands.rs b/crates/cli/src/commands.rs index da9c599b..e568e271 100644 --- a/crates/cli/src/commands.rs +++ b/crates/cli/src/commands.rs @@ -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.