diff --git a/crates/buzz-cli/src/lib.rs b/crates/buzz-cli/src/lib.rs index 8a8bb053b0..e14ef99057 100644 --- a/crates/buzz-cli/src/lib.rs +++ b/crates/buzz-cli/src/lib.rs @@ -367,7 +367,7 @@ pub enum MessagesCmd { /// Event ID to reply to (creates a thread) #[arg(long)] reply_to: Option, - /// Also publish to the Nostr network + /// Also surface this threaded reply in the channel timeline #[arg(long, default_value_t = false)] broadcast: bool, /// Attach file(s) — uploads and includes as imeta tags