From dc289c7c56f6f18e56dd7ce028a63a8479ac1716 Mon Sep 17 00:00:00 2001 From: James Fairweather Date: Wed, 5 Aug 2026 00:11:05 -0400 Subject: [PATCH] fix(cli): clarify broadcast flag help Co-Authored-By: Claude Signed-off-by: James Fairweather --- crates/buzz-cli/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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