diff options
author | MurphyTsai <yftsai.tw@gmail.com> | 2019-01-03 14:52:28 +0800 |
---|---|---|
committer | MurphyTsai <yftsai.tw@gmail.com> | 2019-01-03 14:52:28 +0800 |
commit | a7ea795df532066ee7eb9a7288ec30caa971d9be (patch) | |
tree | 2391632cde6a475ac791bd5b0f07ce4059bde0c0 /kindlecomicconverter/comic2ebook.py | |
parent | Code cleanup (diff) | |
download | kcc-a7ea795df532066ee7eb9a7288ec30caa971d9be.tar.gz kcc-a7ea795df532066ee7eb9a7288ec30caa971d9be.tar.bz2 kcc-a7ea795df532066ee7eb9a7288ec30caa971d9be.zip |
support kobo forma.
Diffstat (limited to 'kindlecomicconverter/comic2ebook.py')
-rwxr-xr-x | kindlecomicconverter/comic2ebook.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kindlecomicconverter/comic2ebook.py b/kindlecomicconverter/comic2ebook.py index 5cabb1f..78342f9 100755 --- a/kindlecomicconverter/comic2ebook.py +++ b/kindlecomicconverter/comic2ebook.py @@ -929,7 +929,7 @@ def makeParser(): mainOptions.add_option("-p", "--profile", action="store", dest="profile", default="KV", help="Device profile (Available options: K1, K2, K34, K578, KDX, KPW, KV, KO, KoMT, KoG," - " KoGHD, KoA, KoAHD, KoAH2O, KoAO) [Default=KV]") + " KoGHD, KoA, KoAHD, KoAH2O, KoAO, KoF) [Default=KV]") mainOptions.add_option("-m", "--manga-style", action="store_true", dest="righttoleft", default=False, help="Manga style (right-to-left reading and splitting)") mainOptions.add_option("-q", "--hq", action="store_true", dest="hq", default=False, |