diff options
author | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-06-12 11:09:20 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-06-12 11:09:20 +0200 |
commit | 1ae5b210b03aa71da0dfc45c53a2070bbb73fefb (patch) | |
tree | 95ff479135d08e1faf246fcfc45bfbe427e5fb45 /README.md | |
parent | cx_Freeze tweaks (diff) | |
download | kcc-1ae5b210b03aa71da0dfc45c53a2070bbb73fefb.tar.gz kcc-1ae5b210b03aa71da0dfc45c53a2070bbb73fefb.tar.bz2 kcc-1ae5b210b03aa71da0dfc45c53a2070bbb73fefb.zip |
Implemented screen size override
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md index 9a55f04..4672c99 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,8 @@ Options: --nocutpagenumbers Do not try to cut page numbering on images [Default=True] -o OUTPUT, --output=OUTPUT Output generated file (EPUB or CBZ) to specified directory or file + --customwidth=WIDTH Replace screen width provided by device profile [Default=0] + --customheight=HEIGHT Replace screen height provided by device profile [Default=0] -v, --verbose Verbose output [Default=False] ``` |