[Pkg-privacy-commits] [mat] 45/68: Fix a typo in --low-pdf-quality handling

Sascha Steinbiss sascha at steinbiss.name
Sun Jan 3 12:32:42 UTC 2016


This is an automated email from the git hooks/post-receive script.

sascha-guest pushed a commit to branch master
in repository mat.

commit 1ab3dd3eedd9d7fa44f3bd1be000d23a6c34ea04
Author: jvoisin <julien.voisin at dustri.org>
Date:   Wed Dec 9 18:59:00 2015 +0100

    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')

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/mat.git



More information about the Pkg-privacy-commits mailing list