We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3124a7 commit a542b7dCopy full SHA for a542b7d
1 file changed
writeas/cli.go
@@ -56,7 +56,7 @@ func main() {
56
Flags: []cli.Flag{
57
cli.BoolFlag{
58
Name: "tor, t",
59
- Usage: "Post to Tor hidden service",
+ Usage: "Post via Tor hidden service",
60
},
61
cli.IntFlag{
62
Name: "tor-port",
@@ -72,7 +72,7 @@ func main() {
72
73
74
75
- Usage: "Delete from Tor hidden service",
+ Usage: "Delete via Tor hidden service",
76
77
78
0 commit comments