update readme.

This commit is contained in:
fiatjaf
2023-05-23 16:01:09 -03:00
parent dbccf720af
commit bcb43ada77
2 changed files with 31 additions and 7 deletions

2
req.go
View File

@@ -13,7 +13,7 @@ const CATEGORY_FILTER_ATTRIBUTES = "FILTER ATTRIBUTES"
var req = &cli.Command{
Name: "req",
Usage: "generates an encoded REQ message to be sent to a relay",
Usage: "generates encoded REQ messages and optionally use them to talk to relays",
Description: `outputs a NIP-01 Nostr filter. when a relay is not given, will print the filter, otherwise will connect to the given relay and send the filter.
example usage (with 'nostcat'):