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 ",