Strip some whitespace from banner

This commit is contained in:
Luke Murphy 2020-10-03 11:46:33 +02:00
parent d48fdd4369
commit 1a836650a2
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -54,18 +54,13 @@ usage = """
/| /| /| /|
\| \| \| \|
Usage: Usage:
etherpump CMD etherpump CMD
where CMD could be: where CMD could be:
{} {}
For more information on each command try: For more information on each command try:
etherpump CMD --help""".format(
etherpump CMD --help
""".format(
subcommands() subcommands()
) )