Commit a0876f74 authored by Andrew Chiw's avatar Andrew Chiw Committed by Viktor Trón

Imply that SwarmApiFlag is the API endpoint to connect to, not to listen on (#18071)

parent 1ff152f3
......@@ -88,7 +88,7 @@ var (
}
SwarmApiFlag = cli.StringFlag{
Name: "bzzapi",
Usage: "Swarm HTTP endpoint",
Usage: "Specifies the Swarm HTTP endpoint to connect to",
Value: "http://127.0.0.1:8500",
}
SwarmRecursiveFlag = cli.BoolFlag{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment