🐛 💡 fixed bad help sentence for resolution argument

This commit is contained in:
Rémi TAUVEL 2022-12-16 10:24:51 +01:00
parent 442df05ea4
commit 03d45dfbbd
1 changed files with 1 additions and 1 deletions

View File

@ -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="?",