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