1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-13 09:46:25 +00:00

remove brackets

This commit is contained in:
Ciro Mattia Gonano
2013-03-07 11:04:28 +01:00
parent b01e8e2bc2
commit 6142c87fa3

View File

@@ -439,7 +439,7 @@ def main(argv=None):
parser.add_option("--stretch", action="store_true", dest="stretch", default=False,
help="Stretch images to device's resolution [Default=False]")
parser.add_option("--blackborders", action="store_true", dest="black_borders", default=False,
help="Use black borders (Instead of white ones) when not stretching and ratio "
help="Use black borders instead of white ones when not stretching and ratio "
+ "is not like the device's one [Default=False]")
parser.add_option("--rotate", action="store_true", dest="rotate", default=False,
help="Rotate landscape pages instead of splitting them [Default=False]")