summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2015-12-09 18:59:00 +0100
committerjvoisin2015-12-09 18:59:00 +0100
commit1ab3dd3eedd9d7fa44f3bd1be000d23a6c34ea04 (patch)
tree5bba1700b1bf78b23a77e2d364066cd814d18bda
parent80244ecd1fa49d1147e64ff8ffc9b310e635be34 (diff)
Fix a typo in --low-pdf-quality handling
-rwxr-xr-xmat2
1 files changed, 1 insertions, 1 deletions
diff --git a/mat b/mat
index e6faac4..a9ef9a0 100755
--- a/mat
+++ b/mat
@@ -22,7 +22,7 @@ def create_arg_parser():
22 help='add to output archive non-supported filetypes (Off by default)') 22 help='add to output archive non-supported filetypes (Off by default)')
23 options.add_argument('-b', '--backup', '-b', action='store_true', 23 options.add_argument('-b', '--backup', '-b', action='store_true',
24 help='keep a backup copy') 24 help='keep a backup copy')
25 options.add_argument('-L', '--low-pdf-quality', '-L', action='store_true', 25 options.add_argument('-L', '--low-pdf-quality', action='store_true',
26 help='produces a lighter, but lower quality PDF') 26 help='produces a lighter, but lower quality PDF')
27 27
28 info = parser.add_argument_group('Information') 28 info = parser.add_argument_group('Information')