We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff152f commit a0876f7Copy full SHA for a0876f7
cmd/swarm/flags.go
@@ -88,7 +88,7 @@ var (
88
}
89
SwarmApiFlag = cli.StringFlag{
90
Name: "bzzapi",
91
- Usage: "Swarm HTTP endpoint",
+ Usage: "Specifies the Swarm HTTP endpoint to connect to",
92
Value: "http://127.0.0.1:8500",
93
94
SwarmRecursiveFlag = cli.BoolFlag{
0 commit comments