1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-12 17:26:23 +00:00

Fixed some typos

This commit is contained in:
Paweł Jastrzębski
2017-08-20 18:04:04 +02:00
parent 40d1ae63da
commit 36a7dc49ec
7 changed files with 74 additions and 70 deletions

View File

@@ -67,12 +67,12 @@ sudo pip3 install --upgrade pillow python-slugify psutil pyqt5 raven
## USAGE
Should be pretty self-explanatory. All options have detailed informations in tooltips.
After completed conversion you should find ready file alongside the original input file (same directory).
Should be pretty self-explanatory. All options have detailed information in tooltips.
After completed conversion, you should find ready file alongside the original input file (same directory).
Please check [our wiki](https://github.com/ciromattia/kcc/wiki/) for more details.
CLI version of **KCC** is intended for power users. It allow to use options that might not be compatible and decrease quality of output.
CLI version of **KCC** is intended for power users. It allows using options that might not be compatible and decrease the quality of output.
### Standalone `kcc-c2e.py` usage:
@@ -145,7 +145,7 @@ Options:
-m, --merge Combine every directory into a single image before splitting
OTHER:
-d, --debug Create debug file for every splitted image
-d, --debug Create debug file for every split image
-h, --help Show this help message and exit
```