Revise secrets-dir flag in the VC (#5480)

* Update docs on secrets-dir

* Hidden secrets-dir flag

* Remove conflicts_with

* Restore description

* make cli

* Update book/src/validator-management.md
This commit is contained in:
chonghe
2024-04-18 15:14:59 +08:00
committed by GitHub
parent 62e4abfbff
commit 5c30afbc7c
3 changed files with 4 additions and 3 deletions

View File

@@ -62,7 +62,6 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
"The path where the validator keystore passwords will be stored. \
Defaults to ~/.lighthouse/{network}/secrets",
)
.conflicts_with("datadir")
.takes_value(true),
)
.arg(