From c298ee5edf54385d0f1cb2e9de93e419d79a8f52 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Tue, 28 May 2019 23:25:56 +0200 Subject: [PATCH] [mod] Fix typo in Argos cmd help --- silkaj/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/silkaj/commands.py b/silkaj/commands.py index 8370564a..802a32bd 100644 --- a/silkaj/commands.py +++ b/silkaj/commands.py @@ -347,7 +347,7 @@ async def list_blocks(number, detailed): ) -@command("argos", help="Display currency information formated for Argos or BitBar") +@command("argos", help="Display currency information formatted for Argos or BitBar") @coroutine async def argos_info(): head_block = await HeadBlock().head_block -- GitLab