From 9013e6b881d80575d545f139e7a42531577955bc Mon Sep 17 00:00:00 2001 From: chonghe Date: Tue, 16 Apr 2024 10:21:28 +0800 Subject: [PATCH] Restore description --- validator_client/src/cli.rs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/validator_client/src/cli.rs b/validator_client/src/cli.rs index c66ea7ce33b..7e568e7d46f 100644 --- a/validator_client/src/cli.rs +++ b/validator_client/src/cli.rs @@ -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) )