diff --git a/crates/goose-cli/src/cli.rs b/crates/goose-cli/src/cli.rs index 928e4d80..ad522bfc 100644 --- a/crates/goose-cli/src/cli.rs +++ b/crates/goose-cli/src/cli.rs @@ -463,7 +463,7 @@ pub async fn cli() -> Result<()> { } } (None, None, None) => { - eprintln!("Error: Must provide either --instructions (-i), --text (-t), or --recipe (-r). Use -i - for stdin."); + eprintln!("Error: Must provide either --instructions (-i), --text (-t), or --recipe. Use -i - for stdin."); std::process::exit(1); } };