Commit c5e9a0a7 authored by zelig's avatar zelig

cli: correct bootnodes flag usage help line

parent 6b1b5a4a
...@@ -204,7 +204,7 @@ var ( ...@@ -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{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment