From 298f597b4f3f65b6d59407745e7a8097d20cfd5a Mon Sep 17 00:00:00 2001 From: pukkandan Date: Sun, 17 Jan 2021 00:24:52 +0530 Subject: Release 2021.01.16 --- youtube_dlc/options.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'youtube_dlc') diff --git a/youtube_dlc/options.py b/youtube_dlc/options.py index a26b04b4b..2e14c0483 100644 --- a/youtube_dlc/options.py +++ b/youtube_dlc/options.py @@ -166,10 +166,10 @@ def parseOpts(overrideArguments=None): '--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', -- cgit v1.2.3