## Issue Addressed

N/A

## Proposed Changes

Minor doc fixes. Adds a section on custom data directories.



Co-authored-by: Michael Sproul <micsproul@gmail.com>
This commit is contained in:
Pawan Dhananjay
2020-10-15 00:37:00 +00:00
parent a0634cc64f
commit aadbab47cc
8 changed files with 38 additions and 15 deletions

View File

@@ -91,9 +91,9 @@ fn main() {
.value_name("DIR")
.global(true)
.help(
"Root data directory for lighthouse keys and databases. \
Defaults to $HOME/.lighthouse/{default-testnet}, \
currently, $HOME/.lighthouse/medalla")
"Used to specify a custom root data directory for lighthouse keys and databases. \
Defaults to $HOME/.lighthouse/{testnet} where testnet is the value of the `testnet` flag \
Note: Users should specify separate custom datadirs for different testnets.")
.takes_value(true),
)
.arg(