X-Git-Url: https://jfr.im/git/yt-dlp.git/blobdiff_plain/878eac3e2e3dfc0b811e9575056d89e19e060e79..304ad45a9b18cba7b62e7cb435fb0ddc49003ed7:/yt_dlp/options.py diff --git a/yt_dlp/options.py b/yt_dlp/options.py index 861bbf786..5ff375fcf 100644 --- a/yt_dlp/options.py +++ b/yt_dlp/options.py @@ -1417,7 +1417,9 @@ 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 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') + 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')) filesystem.add_option( '--no-cache-dir', action='store_false', dest='cachedir', help='Disable filesystem caching')