--outbox help text better.

This commit is contained in:
fiatjaf
2026-05-26 19:51:18 -03:00
parent c9e1511865
commit b41260f663
2 changed files with 2 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ example:
},
&cli.BoolFlag{
Name: "outbox",
Usage: "use outbox relays from specified public keys",
Usage: "publish to the \"write\" relays of the author and to the \"read\" relays of anyone mentioned in \"p\" tags",
DefaultText: "false, will only use manually-specified relays",
Category: CATEGORY_EXTRAS,
},

2
req.go
View File

@@ -68,7 +68,7 @@ example:
},
&cli.BoolFlag{
Name: "outbox",
Usage: "use outbox relays from specified public keys",
Usage: "read from \"write\" relays of \"authors\" and/or from the \"read\" relays of any \"#p\" or \"#P\" tags",
DefaultText: "false, will only use manually-specified relays",
},
&cli.UintFlag{