Fixed some typos

This commit is contained in:
Oscar GG 2014-12-30 15:16:44 +01:00
parent 5062a4cf7b
commit 5ed2a4af29

View File

@ -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
-------------