Skip to content

Commit

Permalink
Imply that SwarmApiFlag is the API endpoint to connect to, not to lis…
Browse files Browse the repository at this point in the history
…ten on (ethereum#18071)
  • Loading branch information
randomshinichi authored and zelig committed Nov 12, 2018
1 parent 1ff152f commit a0876f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/swarm/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit a0876f7

Please sign in to comment.