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

View File

@@ -13,8 +13,7 @@ var relay = &cli.Command{
Name: "relay",
Usage: "gets the relay information document for the given relay, as JSON",
Description: `example:
nak relay nostr.wine
`,
nak relay nostr.wine`,
ArgsUsage: "<relay-url>",
Action: func(c *cli.Context) error {
url := c.Args().First()