From d92cbd94e041d0e0ddbbcdd72a29042c390104e9 Mon Sep 17 00:00:00 2001 From: Rehtt Date: Tue, 22 Jun 2021 10:33:15 +0800 Subject: [PATCH] update --- pysstv/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pysstv/__main__.py b/pysstv/__main__.py index b35f8de..b5747ab 100644 --- a/pysstv/__main__.py +++ b/pysstv/__main__.py @@ -34,7 +34,7 @@ def main(): help='resize the image to the correct size') parser.add_argument('--keep-aspect-ratio', dest='keep_aspect_ratio', action='store_true', help='keep the original aspect ratio when resizing (and cut off excess pixels)') - parser.add_argument('--keep-aspect', dest='keep-aspect', action='store_true', + parser.add_argument('--keep-aspect', dest='keep_aspect', action='store_true', help='keep the original aspect ratio when resizing (not cut off excess pixels)') parser.add_argument('--resample', dest='resample', default='lanczos', choices=('nearest', 'bicubic', 'lanczos'),