We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ec57b8 + 071dacc commit a909976Copy full SHA for a909976
src/ffmpeg_downloader/__main__.py
@@ -350,7 +350,7 @@ def main(prog: str = ""):
350
parser_download = subparsers.add_parser("download", help="Download FFmpeg")
351
# specify version and build options (version string or 'snapshot') (optional argument), 5.1.2 or 5.1.2@essential or 5.1.2@arm or snapshot
352
parser_download.add_argument(
353
- "-d", "--dst", nargs=1, help="Download FFmpeg zip/tar file into <DIR>"
+ "-d", "--dst", help="Download FFmpeg zip/tar file into <DIR>"
354
)
355
356
"-y", action="store_true", help="Don't ask for confirmation to download."
0 commit comments