Small CLI update.

- Added the 'd' short version of the 'datadir' flag for the validator client.
This commit is contained in:
Luke Anderson 2019-06-27 13:31:07 +10:00
parent 8bd9ccdaa0
commit df61231bbe
No known key found for this signature in database
GPG Key ID: 44408169EC61E228

View File

@ -35,6 +35,7 @@ fn main() {
.arg(
Arg::with_name("datadir")
.long("datadir")
.short("d")
.value_name("DIR")
.help("Data directory for keys and databases.")
.takes_value(true),