1
0
mirror of https://github.com/ciromattia/kcc synced 2026-06-30 18:15:24 +00:00

Update README

This commit is contained in:
Ciro Mattia Gonano
2013-03-03 14:39:00 +01:00
parent aaef0aaf16
commit 1bde9bad04
3 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -340,7 +340,7 @@ def main(argv=None):
parser.add_option("--no-cut-page-numbers", action="store_false", dest="cutpagenumbers", default=True,
help="Do not try to cut page numbering on images [default=True]")
parser.add_option("--rotate", action="store_true", dest="rotate", default=False,
help="Disable page spliting. Instead rotate images [default=False]")
help="Rotate landscape pages instead of splitting them [default=False]")
parser.add_option("-o", "--output", action="store", dest="output", default=None,
help="Output directory or file for generated ePub")
options, args = parser.parse_args(argv)
+1 -1
View File
@@ -99,7 +99,7 @@ class MainWindow:
self.optionlabels = {
'epub_only': "Generate ePub only (does not call 'kindlegen')",
'image_preprocess': "Apply image optimizations",
'rotate': "Rotate landscape images instead of splitting them.",
'rotate': "Rotate landscape images instead of splitting them",
'cut_page_numbers': "Cut page numbers",
'mangastyle': "Manga-style (right-to-left reading, applies to reading and splitting)",
'image_upscale': "Allow image upscaling",