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

pull/18089/head
Andrew Chiw 6 years ago committed by Viktor Trón
parent 1ff152f3a4
commit a0876f7433
  1. 2
      cmd/swarm/flags.go

@ -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{

Loading…
Cancel
Save