Merge pull request #147 from maxwellt/dev

fix typo
This commit is contained in:
Hsiao-Wei Wang 2020-11-13 01:29:57 +08:00 committed by GitHub
commit 4cbd6d4017
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,