Skip to content

Commit

Permalink
Restore description
Browse files Browse the repository at this point in the history
  • Loading branch information
chong-he committed Apr 16, 2024
1 parent 0735d87 commit 9013e6b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions validator_client/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,10 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
.long("secrets-dir")
.value_name("SECRETS_DIRECTORY")
.help(
"This flag is not meant to be used together with the validator client. \
This flag has been hidden and will be deprecated in the future.",
"The directory which contains the password to unlock the validator \
voting keypairs. Each password should be contained in a file where the \
name is the 0x-prefixed hex representation of the validators voting public \
key. Defaults to ~/.lighthouse/{network}/secrets.",
)
.takes_value(true)
)
Expand Down

0 comments on commit 9013e6b

Please sign in to comment.