From aaf3fe430785f983aaf6728df4d2cd502107048d Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 15 Jan 2026 12:03:17 +0000 Subject: [PATCH] Update count synopsis to show relays can appear anywhere --- src/types/man.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/types/man.ts b/src/types/man.ts index 9f9307c..f6d673a 100644 --- a/src/types/man.ts +++ b/src/types/man.ts @@ -325,14 +325,14 @@ export const manPages: Record = { count: { name: "count", section: "1", - synopsis: "count [options]", + synopsis: "count [options] ", description: "Count events on Nostr relays using the NIP-45 COUNT verb. Returns event counts matching specified filter criteria. At least one relay is required. If querying multiple relays, shows per-relay breakdown.", options: [ { flag: "", description: - "Relay URLs to query (required, at least one). Supports wss://relay.com or shorthand: relay.com", + "Relay URLs to query (required, at least one). Can appear anywhere in the command. Supports wss://relay.com or shorthand: relay.com", }, { flag: "-k, --kind ",