mirror of
https://github.com/oogg06/cbr2cbz.git
synced 2024-11-21 15:03:19 +01:00
Fixed some typos
This commit is contained in:
parent
5062a4cf7b
commit
5ed2a4af29
@ -9,7 +9,7 @@ Requirements
|
||||
|
||||
* A GNU/Linux distro (sorry, no Windows support)
|
||||
* The non-free package ``unrar-nonfree`` (check [unrar-nonfree](https://packages.debian.org/source/sid/unrar-nonfree/ "Debian non-free"))
|
||||
* The free package ``zip``. Install it with ``https://packages.debian.org/source/sid/unrar-nonfree``.
|
||||
* The free package ``zip``. Install it with ``sudo apt-get install zip``.
|
||||
* Python (checked with Python 2.7 and Python 3.3)
|
||||
|
||||
Usage
|
||||
@ -23,7 +23,7 @@ To convert an entire directory with CBR files in it use:
|
||||
|
||||
``cbrfolder2cbz.py <directory>``
|
||||
|
||||
The script will put CBZ files in the same directory
|
||||
The script will put CBZ files in the same directory. Please remember that this tool don't support filenames with spaces. In case you need to rename many files check ``https://packages.debian.org/wheezy/pyrenamer``
|
||||
|
||||
Introduction
|
||||
-------------
|
||||
|
Loading…
Reference in New Issue
Block a user