summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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')