typo corrected in help message
This commit is contained in:
parent
359ebf613e
commit
c4bef036bc
2
bscli.py
2
bscli.py
|
|
@ -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 """
|
||||
|
|
|
|||
Loading…
Reference in New Issue