mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-19 10:14:14 +00:00
Small CLI update.
- Added the 'd' short version of the 'datadir' flag for the validator client.
This commit is contained in:
parent
8bd9ccdaa0
commit
df61231bbe
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user