diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 09:07:16 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 09:07:16 +0000 |
commit | 297d349bd232dae91ce81648646e4be518385a07 (patch) | |
tree | 0e689f0d8b94f04eefd60bc0f6da4bb0106b3ce6 /yt_dlp/options.py | |
parent | Adding upstream version 2024.07.09. (diff) | |
download | yt-dlp-297d349bd232dae91ce81648646e4be518385a07.tar.xz yt-dlp-297d349bd232dae91ce81648646e4be518385a07.zip |
Adding upstream version 2024.07.16.upstream/2024.07.16
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | yt_dlp/options.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/options.py b/yt_dlp/options.py index 76db06c..ffe2463 100644 --- a/yt_dlp/options.py +++ b/yt_dlp/options.py @@ -462,6 +462,7 @@ def create_parser(): 'the STREAM (stdout or stderr) to apply the setting to. ' 'Can be one of "always", "auto" (default), "never", or ' '"no_color" (use non color terminal sequences). ' + 'Use "auto-tty" or "no_color-tty" to decide based on terminal support only. ' 'Can be used multiple times')) general.add_option( '--compat-options', |