From 1ab3dd3eedd9d7fa44f3bd1be000d23a6c34ea04 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 9 Dec 2015 18:59:00 +0100 Subject: Fix a typo in --low-pdf-quality handling --- mat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mat b/mat index e6faac4..a9ef9a0 100755 --- a/mat +++ b/mat @@ -22,7 +22,7 @@ def create_arg_parser(): help='add to output archive non-supported filetypes (Off by default)') options.add_argument('-b', '--backup', '-b', action='store_true', help='keep a backup copy') - options.add_argument('-L', '--low-pdf-quality', '-L', action='store_true', + options.add_argument('-L', '--low-pdf-quality', action='store_true', help='produces a lighter, but lower quality PDF') info = parser.add_argument_group('Information') -- cgit v1.3