Skip to content

Commit 3780adc

Browse files
authored
Disambiguate wit-component -i flag (#275)
Closes #274 Signed-off-by: Klim Tsoutsman <[email protected]>
1 parent ea71cad commit 3780adc

File tree

1 file changed

+1
-1
lines changed
  • crates/wit-component/src

1 file changed

+1
-1
lines changed

crates/wit-component/src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pub struct WitComponentApp {
5353
#[clap(long, short = 'o', value_name = "OUTPUT")]
5454
pub output: Option<PathBuf>,
5555

56-
/// The default interface of the component.
56+
/// The default interface the component exports.
5757
#[clap(long, short = 'i', value_name = "INTERFACE", parse(try_from_str = parse_unnamed_interface))]
5858
pub interface: Option<Interface>,
5959

0 commit comments

Comments
 (0)