mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-19 21:04:41 +00:00
Doc fixes (#1762)
## 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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user