diff options
author | pukkandan <pukkandan@gmail.com> | 2021-01-17 00:24:52 +0530 |
---|---|---|
committer | pukkandan <pukkandan@gmail.com> | 2021-01-17 00:24:52 +0530 |
commit | 298f597b4f3f65b6d59407745e7a8097d20cfd5a (patch) | |
tree | cfe7b4f2b0beee8c0e88b4b398a4669082e5407c /youtube_dlc/options.py | |
parent | e2e43aea2159a235e151f56bd14383129a6b4355 (diff) | |
download | hypervideo-pre-298f597b4f3f65b6d59407745e7a8097d20cfd5a.tar.lz hypervideo-pre-298f597b4f3f65b6d59407745e7a8097d20cfd5a.tar.xz hypervideo-pre-298f597b4f3f65b6d59407745e7a8097d20cfd5a.zip |
Release 2021.01.16
Diffstat (limited to 'youtube_dlc/options.py')
-rw-r--r-- | youtube_dlc/options.py | 8 |
1 files changed, 4 insertions, 4 deletions
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', |