Correct bootnodes cli parameter

This commit is contained in:
Age Manning
2019-04-01 16:29:11 +11:00
parent 8e5829c0ba
commit 3f160d3b99
4 changed files with 18 additions and 11 deletions

View File

@@ -26,7 +26,7 @@ fn main() {
)
// network related arguments
.arg(
Arg::with_name("listen_address")
Arg::with_name("listen-address")
.long("listen-address")
.value_name("Listen Address")
.help("The Network address to listen for p2p connections.")