mirror of
https://gitlab.com/pulsechaincom/staking-deposit-cli.git
synced 2025-01-10 21:11:21 +00:00
fix typo
This commit is contained in:
parent
179ede1efb
commit
056d6b27e6
@ -30,7 +30,7 @@ def validate_mnemonic(cts: click.Context, param: Any, mnemonic: str) -> str:
|
||||
@click.option(
|
||||
'--mnemonic',
|
||||
callback=validate_mnemonic,
|
||||
help=('The mnemonic that you used to generate your keys. (It is reccomened not to use this argument, and wait for '
|
||||
help=('The mnemonic that you used to generate your keys. (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.)'),
|
||||
prompt='Please enter your mnemonic separated by spaces (" ")',
|
||||
required=True,
|
||||
|
Loading…
Reference in New Issue
Block a user