Browse Source

Strip some whitespace from banner

main
Luke Murphy 4 years ago
parent
commit
1a836650a2
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 7
      etherpump/__init__.py

7
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()
)

Loading…
Cancel
Save