Add long minutes CLI flag
This commit is contained in:
parent
314780e634
commit
75ac21604f
@ -265,6 +265,7 @@ fn main() {
|
||||
.required(true)
|
||||
.help("The number of validators in the genesis state"))
|
||||
.arg(Arg::with_name("minutes")
|
||||
.long("minutes")
|
||||
.short("m")
|
||||
.value_name("MINUTES")
|
||||
.required(true)
|
||||
|
Loading…
Reference in New Issue
Block a user