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

This commit is contained in:
Andrew Chiw 2018-11-12 13:04:13 +01:00 committed by Viktor Trón
parent 1ff152f3a4
commit a0876f7433
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ var (
} }
SwarmApiFlag = cli.StringFlag{ SwarmApiFlag = cli.StringFlag{
Name: "bzzapi", Name: "bzzapi",
Usage: "Swarm HTTP endpoint", Usage: "Specifies the Swarm HTTP endpoint to connect to",
Value: "http://127.0.0.1:8500", Value: "http://127.0.0.1:8500",
} }
SwarmRecursiveFlag = cli.BoolFlag{ SwarmRecursiveFlag = cli.BoolFlag{