mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
Imply that SwarmApiFlag is the API endpoint to connect to, not to listen on (#18071)
This commit is contained in:
parent
1ff152f3a4
commit
a0876f7433
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue