diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2018-07-10 09:00:13 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2018-07-10 09:00:13 +0200 |
commit | a2ffd259b8d5c20b131faa7be0b81fd87096fd9b (patch) | |
tree | d6e4a62839d1c03c893123c548913d5f79595ecd /README.md | |
parent | Expanded output of corruption error (close #272) (diff) | |
download | kcc-a2ffd259b8d5c20b131faa7be0b81fd87096fd9b.tar.gz kcc-a2ffd259b8d5c20b131faa7be0b81fd87096fd9b.tar.bz2 kcc-a2ffd259b8d5c20b131faa7be0b81fd87096fd9b.zip |
Code cleanup
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md index 85e20bf..68c5311 100644 --- a/README.md +++ b/README.md @@ -63,9 +63,9 @@ sudo pip3 install --upgrade pillow python-slugify psutil pyqt5 raven ## INPUT FORMATS **KCC** can understand and convert, at the moment, the following input types: - Folders containing: PNG, JPG or GIF files -- CBZ, ZIP -- CBR, RAR *(With `unrar` executable)* -- CB7, 7Z *(With `7za` executable)* +- CBZ, ZIP *(With `7z` executable)* +- CBR, RAR *(With `7z` executable)* +- CB7, 7Z *(With `7z` executable)* - PDF *(Only extracting JPG images)* ## USAGE |