Get some ASCII art going

This commit is contained in:
Luke Murphy 2019-09-27 23:27:31 +02:00
parent 73ac351bdd
commit 7677c7b250
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -4,10 +4,20 @@ import sys
from etherpump import __VERSION__ from etherpump import __VERSION__
usage = """Usage: usage = """
_
| |
_ _|_ | | _ ,_ _ _ _ _ _
|/ | |/ \ |/ / | |/ \_| | / |/ |/ | |/ \_
|__/|_/| |_/|__/ |_/|__/ \_/|_/ | | |_/|__/
/| /|
\| \|
Usage:
etherpump CMD etherpump CMD
where CMD could be: where CMD could be:
pull pull
index index
dumpcsv dumpcsv
@ -21,6 +31,7 @@ where CMD could be:
html5tidy html5tidy
For more information on each command try: For more information on each command try:
etherpump CMD --help etherpump CMD --help
""" """