From 09bcd16b2f694d05e60bf35c04ebbb4f147723bf Mon Sep 17 00:00:00 2001 From: Olivier Daury Date: Sat, 3 Feb 2018 18:34:35 +0100 Subject: [PATCH] typo corrected in help message --- bscli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bscli.py b/bscli.py index cd6f0b7..ac512a5 100644 --- a/bscli.py +++ b/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 """