mirror of
https://github.com/ciromattia/kcc
synced 2026-06-03 21:23:28 +00:00
Made commands little shorter
This commit is contained in:
+2
-2
@@ -461,9 +461,9 @@ def main(argv=None):
|
|||||||
help="Comic title [Default=filename]")
|
help="Comic title [Default=filename]")
|
||||||
parser.add_option("-m", "--manga-style", action="store_true", dest="righttoleft", default=False,
|
parser.add_option("-m", "--manga-style", action="store_true", dest="righttoleft", default=False,
|
||||||
help="Manga style (Right-to-left reading and splitting) [Default=False]")
|
help="Manga style (Right-to-left reading and splitting) [Default=False]")
|
||||||
parser.add_option("--fakepanelview", action="store_true", dest="fakepanelview", default=False,
|
parser.add_option("--panelview", action="store_true", dest="fakepanelview", default=False,
|
||||||
help="Emulate Panel View feature (For Kindle 4 NT or older) [Default=False]")
|
help="Emulate Panel View feature (For Kindle 4 NT or older) [Default=False]")
|
||||||
parser.add_option("--fakepanelviewlandscape", action="store_true", dest="fakepanelviewlandscape", default=False,
|
parser.add_option("--panelviewlandscape", action="store_true", dest="fakepanelviewlandscape", default=False,
|
||||||
help="Emulate Panel View feature - Landscape mode (For Kindle 4 NT or older) [Default=False]")
|
help="Emulate Panel View feature - Landscape mode (For Kindle 4 NT or older) [Default=False]")
|
||||||
parser.add_option("--noprocessing", action="store_false", dest="imgproc", default=True,
|
parser.add_option("--noprocessing", action="store_false", dest="imgproc", default=True,
|
||||||
help="Do not apply image preprocessing (Page splitting and optimizations) [Default=True]")
|
help="Do not apply image preprocessing (Page splitting and optimizations) [Default=True]")
|
||||||
|
|||||||
Reference in New Issue
Block a user