diff options
| author | jvoisin | 2015-12-09 18:59:00 +0100 |
|---|---|---|
| committer | jvoisin | 2015-12-09 18:59:00 +0100 |
| commit | 1ab3dd3eedd9d7fa44f3bd1be000d23a6c34ea04 (patch) | |
| tree | 5bba1700b1bf78b23a77e2d364066cd814d18bda | |
| parent | 80244ecd1fa49d1147e64ff8ffc9b310e635be34 (diff) | |
Fix a typo in --low-pdf-quality handling
| -rwxr-xr-x | mat | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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') |
