typo corrected in help message

This commit is contained in:
slamp 2018-02-03 18:34:35 +01:00
parent 359ebf613e
commit c4bef036bc
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ def cli():
# ============= BLOCKSHELL CLI COMMAND =============
# ==================================================
@cli.command()
@click.option("--difficulty", default=3, help="Difine dufficulty level of blockchain.")
@click.option("--difficulty", default=3, help="Define difficulty level of blockchain.")
def init(difficulty):
"""Initialize local blockchain"""
print """