Add slot-time CLI argument

This commit is contained in:
Paul Hauner
2019-09-02 10:22:29 +10:00
parent 4aa12dc408
commit 82dc84ebbf
2 changed files with 24 additions and 1 deletions

View File

@@ -241,6 +241,13 @@ fn main() {
backup directory.")
.conflicts_with("random-datadir")
)
.arg(
Arg::with_name("slot-time")
.long("slot-time")
.short("t")
.value_name("MILLISECONDS")
.help("Defines the slot time when creating a new testnet.")
)
/*
* `boostrap`
*