From 1a836650a2d60bff207d67e88a5032a0a0d306d2 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 3 Oct 2020 11:46:33 +0200 Subject: [PATCH] Strip some whitespace from banner --- etherpump/__init__.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/etherpump/__init__.py b/etherpump/__init__.py index bf1a90b..f7c356d 100644 --- a/etherpump/__init__.py +++ b/etherpump/__init__.py @@ -54,18 +54,13 @@ usage = """ /| /| \| \| Usage: - etherpump CMD where CMD could be: - {} For more information on each command try: - - etherpump CMD --help - -""".format( + etherpump CMD --help""".format( subcommands() )