No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
12 additions and
1 deletions
-
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 |
|
|
|
|
|
|
|
""" |
|
|
|