Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dvolgyes committed Mar 6, 2018
1 parent 2992f81 commit 3697542
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,14 @@ pip install git+https://github.com/dvolgyes/TMQI

Afterwards, you can import it as a library:
```
from TMQI import TMQI
from TMQI import TMQI, TMQIr
```

or call it as a command line program:
```
TMQI.py -h
```

Documentation
-------------
I don't have much time, take a look into the source code.
2 changes: 1 addition & 1 deletion src/TMQI.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ def __init__(self, *args, **kwargs):
help="keep downloaded files (default: False)",
default=False)

parser.add_option("--revised",
parser.add_option("-r","--revised",
dest="revised",
action="store_true",
help="Enable revised TMQI. (default: Original)")
Expand Down

0 comments on commit 3697542

Please sign in to comment.