Imply that SwarmApiFlag is the API endpoint to connect to, not to listen on

This commit is contained in:
Andrew Chiw 2018-11-01 12:36:44 +01:00
parent 3e1cfbae93
commit 718e82e504

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{