From fb466ec852b9bded500c60a98a1783bdef7bb2c1 Mon Sep 17 00:00:00 2001 From: James Fairweather Date: Thu, 6 Aug 2026 00:33:15 -0400 Subject: [PATCH] fix(cli): describe broadcast as channel surfacing 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..f476dd6f9c 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 reply in the channel timeline #[arg(long, default_value_t = false)] broadcast: bool, /// Attach file(s) — uploads and includes as imeta tags