mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
Imply that SwarmApiFlag is the API endpoint to connect to, not to listen on
This commit is contained in:
parent
3e1cfbae93
commit
718e82e504
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