Browse Source

Get some ASCII art going

pull/8/head
Luke Murphy 5 years ago
parent
commit
7677c7b250
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 13
      bin/etherpump

13
bin/etherpump

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

Loading…
Cancel
Save