]> jfr.im git - yt-dlp.git/blobdiff - youtube_dlc/options.py
Release 2021.01.16
[yt-dlp.git] / youtube_dlc / options.py
index a26b04b4bca2f6b3b96b1ba33f87643a5d0ff3dc..2e14c0483eca567fd1565d344bb90afc79af0388 100644 (file)
@@ -166,10 +166,10 @@ def _comma_separated_values_options_callback(option, opt_str, value, parser):
         '--ignore-config', '--no-config',
         action='store_true',
         help=(
-            'Do not read configuration files. '
-            'When given in the global configuration file /etc/youtube-dl.conf: '
-            'Do not read the user configuration in ~/.config/youtube-dl/config '
-            '(%APPDATA%/youtube-dl/config.txt on Windows)'))
+            'Disable loading any configuration files except the one provided by --config-location. '
+            'When given inside a configuration file, no further configuration files are loaded. '
+            'Additionally, (for backward compatibility) if this option is found inside the '
+            'system configuration file, the user configuration is not loaded.'))
     general.add_option(
         '--config-location',
         dest='config_location', metavar='PATH',