From 03d45dfbbd65b24bf99cb897ecbda292df208f9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20TAUVEL?= Date: Fri, 16 Dec 2022 10:24:51 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=F0=9F=92=A1=20fixed=20bad=20hel?= =?UTF-8?q?p=20sentence=20for=20resolution=20argument?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/delarte/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/delarte/cli.py b/src/delarte/cli.py index 6db1060..778d64f 100644 --- a/src/delarte/cli.py +++ b/src/delarte/cli.py @@ -26,7 +26,7 @@ class Parser(argparse.ArgumentParser): ) self.add_argument( "resolution", - help="directory where the output files will be stored", + help="video resolution", action="store", type=str, nargs="?",