main: deleting unused key_file argument

This commit is contained in:
Dave Hrycyszyn
2019-12-16 12:54:00 +00:00
parent de63fff1a1
commit 287d2b31a5
-6
View File
@@ -32,12 +32,6 @@ fn main() {
.takes_value(true)
.required(true),
)
.arg(
Arg::with_name("keyfile")
.long("keyfile")
.help("Optional path to the persistent keyfile of the node")
.takes_value(true),
)
.arg(
Arg::with_name("local")
.long("local")