]> jfr.im git - yt-dlp.git/blobdiff - devscripts/make_readme.py
[cleanup] Consistent style for file heads
[yt-dlp.git] / devscripts / make_readme.py
index 015212aa36b2bd7663daa58002a5c652033423a8..f2e08d7c6e594ba3d09a2257296d24a6c07006fa 100755 (executable)
@@ -1,7 +1,11 @@
 #!/usr/bin/env python3
 
-# yt-dlp --help | make_readme.py
-# This must be run in a console of correct width
+"""
+yt-dlp --help | make_readme.py
+This must be run in a console of correct width
+"""
+
+
 import functools
 import re
 import sys