Skip to content

Commit

Permalink
Fix misleading help message for keystore_password param (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne authored Aug 27, 2024
1 parent 7add368 commit d0b5a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethstaker_deposit/intl/en/cli/generate_keys.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"prompt": "Please choose the (mainnet or testnet) network/chain name"
},
"keystore_password": {
"help": "The password that will secure your keystores. You will need to re-enter this to decrypt them when you setup your Ethereum validators. (It is recommended not to use this argument, and wait for the CLI to ask you for your mnemonic as otherwise it will appear in your shell history.)",
"help": "The password that will secure your keystores. You will need to re-enter this to decrypt them when you setup your Ethereum validators. (It is recommended not to use this argument, and wait for the CLI to ask you for your password, as otherwise it will appear in your shell history.)",
"prompt": "Create a password that secures your validator keystore(s). You will need to re-enter this to decrypt them when you setup your Ethereum validators.",
"confirm": "Repeat your keystore password for confirmation",
"mismatch": "Error: the two entered values do not match. Please type again."
Expand Down

0 comments on commit d0b5a3e

Please sign in to comment.