From 67771283e259d6f56563032add18b5ce7bc445c3 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Sat, 11 May 2019 14:35:01 +0200 Subject: [PATCH] =?UTF-8?q?[typo]=20fix=20typo=20about=20command=E2=80=99s?= =?UTF-8?q?=20help?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- silkaj/cli_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/silkaj/cli_tools.py b/silkaj/cli_tools.py index a9d40bc8..8d5e14d2 100644 --- a/silkaj/cli_tools.py +++ b/silkaj/cli_tools.py @@ -96,7 +96,7 @@ cli.add_command(send_transaction) cli.add_command(received_sent_certifications) -@cli.command("about", help="Display programm information") +@cli.command("about", help="Display program information") def about(): print( "\ -- GitLab