]> jfr.im git - yt-dlp.git/blobdiff - Makefile
Add option `--alias`
[yt-dlp.git] / Makefile
index 8ce2e94c5d7878db6d274b123f232c43e35454c0..0ff5626adaaa4831badd1fbfb2bfebabf79cff8c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -92,7 +92,7 @@ yt-dlp: yt_dlp/*.py yt_dlp/*/*.py
        chmod a+x yt-dlp
 
 README.md: yt_dlp/*.py yt_dlp/*/*.py
-       COLUMNS=80 $(PYTHON) yt_dlp/__main__.py --help | $(PYTHON) devscripts/make_readme.py
+       COLUMNS=80 $(PYTHON) yt_dlp/__main__.py --ignore-config --help | $(PYTHON) devscripts/make_readme.py
 
 CONTRIBUTING.md: README.md
        $(PYTHON) devscripts/make_contributing.py README.md CONTRIBUTING.md