remove extra whitespace on usage strings.

This commit is contained in:
fiatjaf
2023-11-20 15:01:51 -03:00
parent 05f2275c9e
commit 4a3c7dc825
4 changed files with 4 additions and 8 deletions

3
req.go
View File

@@ -24,8 +24,7 @@ example:
it can also take a filter from stdin, optionally modify it with flags and send it to specific relays (or just print it).
example:
echo '{"kinds": [1], "#t": ["test"]}' | nak req -l 5 -k 4549 --tag t=spam wss://nostr-pub.wellorder.net
`,
echo '{"kinds": [1], "#t": ["test"]}' | nak req -l 5 -k 4549 --tag t=spam wss://nostr-pub.wellorder.net`,
Flags: []cli.Flag{
&cli.StringSliceFlag{
Name: "author",