main: deleting unused key_file argument
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user