diff --git a/src/lib/open-parser.ts b/src/lib/open-parser.ts index 752aab1..6b45ad8 100644 --- a/src/lib/open-parser.ts +++ b/src/lib/open-parser.ts @@ -175,6 +175,6 @@ export function parseOpenCommand(args: string[]): ParsedOpenCommand { } throw new Error( - "Invalid event identifier. Supported formats: note1..., nevent1..., naddr1..., hex ID, or kind:pubkey:d-tag", + "Invalid event identifier. Supported formats: note1..., nevent1..., naddr1..., hex ID, kind:pubkey:d-tag, or --json ", ); }