mirror of https://github.com/status-im/op-geth.git
cli: correct bootnodes flag usage help line
This commit is contained in:
parent
6b1b5a4a2a
commit
c5e9a0a71c
|
@ -204,7 +204,7 @@ var (
|
||||||
}
|
}
|
||||||
BootnodesFlag = cli.StringFlag{
|
BootnodesFlag = cli.StringFlag{
|
||||||
Name: "bootnodes",
|
Name: "bootnodes",
|
||||||
Usage: "Space-separated enode URLs of initial peers to connect to",
|
Usage: "Space-separated enode URLs for p2p discovery bootstrap",
|
||||||
Value: "",
|
Value: "",
|
||||||
}
|
}
|
||||||
NodeKeyFileFlag = cli.StringFlag{
|
NodeKeyFileFlag = cli.StringFlag{
|
||||||
|
|
Loading…
Reference in New Issue