]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/options.py
[docs] Improvements
[yt-dlp.git] / yt_dlp / options.py
index 4aa0acfbc5ec481cfb5043d2c2e94b0dddda5e33..26392f6193fd8ceecd43bb8d1198cbb654413ecd 100644 (file)
@@ -1417,7 +1417,7 @@ def _alias_callback(option, opt_str, value, parser, opts, nargs):
         help='Do not load cookies from browser (default)')
     filesystem.add_option(
         '--cache-dir', dest='cachedir', default=None, metavar='DIR',
-        help='Location in the filesystem where youtube-dl can store some downloaded information (such as client ids and signatures) permanently. By default $XDG_CACHE_HOME/yt-dlp or ~/.cache/yt-dlp')
+        help='Location in the filesystem where yt-dlp can store some downloaded information (such as client ids and signatures) permanently. By default $XDG_CACHE_HOME/yt-dlp or ~/.cache/yt-dlp')
     filesystem.add_option(
         '--no-cache-dir', action='store_false', dest='cachedir',
         help='Disable filesystem caching')