diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-01-12 09:00:21 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-01-12 09:00:21 +0530 |
commit | ed8d87f911585060faf4df5295fa9ad5bf46c380 (patch) | |
tree | f56305dd821a2e9246ddbbe1e94e1736854e8589 /yt_dlp/options.py | |
parent | 397235c52bd9dc0e7f993e83b9301d981690c02f (diff) |
[cleanup, docs] Minor fixes
Closes #2230
Diffstat (limited to 'yt_dlp/options.py')
-rw-r--r-- | yt_dlp/options.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/yt_dlp/options.py b/yt_dlp/options.py index 4dd7c6dbd..cc0a933be 100644 --- a/yt_dlp/options.py +++ b/yt_dlp/options.py @@ -262,7 +262,8 @@ def create_parser(): action='store_true', dest='ignoreconfig', help=( 'Don\'t load any more configuration files except those given by --config-locations. ' - 'For backward compatibility, if this option is found inside the system configuration file, the user configuration is not loaded')) + 'For backward compatibility, if this option is found inside the system configuration file, the user configuration is not loaded. ' + '(Alias: --no-config')) general.add_option( '--no-config-locations', action='store_const', dest='config_locations', const=[], |