Update helper.py

This commit is contained in:
Richard Mwewa
2022-11-20 15:27:01 +02:00
committed by GitHub
parent 258be0a2d7
commit 95dcfbea6e

View File

@@ -171,5 +171,5 @@ class Help:
help_cmd_table.add_row("source", "List all source code download commands (for developers)")
syntax = f"{green}help:<command>{reset}"
xprint(f"\n\n{Help.usageText.format(syntax, 'octosuite')}")
xprint(f"\n{Help.usageText.format(syntax, 'octosuite')}")
xprint(help_cmd_table)