Skip to content

Commit a0876f7

Browse files
randomshinichizelig
authored andcommitted
Imply that SwarmApiFlag is the API endpoint to connect to, not to listen on (#18071)
1 parent 1ff152f commit a0876f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/swarm/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ var (
8888
}
8989
SwarmApiFlag = cli.StringFlag{
9090
Name: "bzzapi",
91-
Usage: "Swarm HTTP endpoint",
91+
Usage: "Specifies the Swarm HTTP endpoint to connect to",
9292
Value: "http://127.0.0.1:8500",
9393
}
9494
SwarmRecursiveFlag = cli.BoolFlag{

0 commit comments

Comments
 (0)