From 49fb5cdc9bfbdeaa8c3642ad8a264b191c28133c Mon Sep 17 00:00:00 2001 From: Chirag Jain <86999299+chiragj-coder@users.noreply.github.com> Date: Tue, 24 Sep 2024 05:26:01 +0530 Subject: [PATCH] Typo - ffmpeg uses -version not --version Typo mistake it should be "ffmpeg -version" not --version. --- docs/Cygwin-Git-Bash.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Cygwin-Git-Bash.md b/docs/Cygwin-Git-Bash.md index 43be137..14a6c96 100644 --- a/docs/Cygwin-Git-Bash.md +++ b/docs/Cygwin-Git-Bash.md @@ -19,6 +19,6 @@ First, make sure that all dependencies are installed and your PATH is configured * `python --version` * `yt-dlp --version` -* `ffmpeg --version` +* `ffmpeg -version` If all of the above commands execute correctly, download the latest [release](https://github.com/TheFrenchGhosty/TheFrenchGhostys-YouTube-DL-Archivist-Scripts/releases) and follow the "Usage" section of this README.