mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
cmd/devp2p: bootnodes optional
Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
parent
33ac584eb1
commit
32bbff07b3
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ var (
|
|||
var (
|
||||
bootnodesFlag = &cli.StringFlag{
|
||||
Name: "bootnodes",
|
||||
Usage: "Comma separated nodes used for bootstrapping(default is mainnet bootnodes)",
|
||||
Usage: "Comma separated nodes used for bootstrapping",
|
||||
}
|
||||
nodekeyFlag = &cli.StringFlag{
|
||||
Name: "nodekey",
|
||||
|
|
|
|||
Loading…
Reference in a new issue