mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-06-15 17:19:27 +02:00
Update count synopsis to show relays can appear anywhere
This commit is contained in:
@@ -325,14 +325,14 @@ export const manPages: Record<string, ManPageEntry> = {
|
||||
count: {
|
||||
name: "count",
|
||||
section: "1",
|
||||
synopsis: "count <relay...> [options]",
|
||||
synopsis: "count [options] <relay...>",
|
||||
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: "<relay...>",
|
||||
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 <number>",
|
||||
|
||||
Reference in New Issue
Block a user