From 95dcfbea6e29503c6a3e843cf6964085f848b330 Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Sun, 20 Nov 2022 15:27:01 +0200 Subject: [PATCH] Update helper.py --- octosuite/helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octosuite/helper.py b/octosuite/helper.py index eb8bd4b..da40cc4 100644 --- a/octosuite/helper.py +++ b/octosuite/helper.py @@ -171,5 +171,5 @@ class Help: help_cmd_table.add_row("source", "List all source code download commands (for developers)") syntax = f"{green}help:{reset}" - xprint(f"\n\n{Help.usageText.format(syntax, 'octosuite')}") + xprint(f"\n{Help.usageText.format(syntax, 'octosuite')}") xprint(help_cmd_table)