aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/options.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2021-12-27 07:26:21 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2021-12-27 07:26:39 +0530
commit6a34813a0d5a3efbe3c2238946c93e109047baf8 (patch)
treed1ce6275eb536e4b926680520b383516c8b3180f /yt_dlp/options.py
parentf59f5ef8b6d871f61714386e6ec14583713a1582 (diff)
downloadhypervideo-pre-6a34813a0d5a3efbe3c2238946c93e109047baf8.tar.lz
hypervideo-pre-6a34813a0d5a3efbe3c2238946c93e109047baf8.tar.xz
hypervideo-pre-6a34813a0d5a3efbe3c2238946c93e109047baf8.zip
[docs] Add examples for using `TYPES:` in `-P`/`-o`
Diffstat (limited to 'yt_dlp/options.py')
-rw-r--r--yt_dlp/options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/options.py b/yt_dlp/options.py
index 6e56b8eae..4f51c37c0 100644
--- a/yt_dlp/options.py
+++ b/yt_dlp/options.py
@@ -1023,7 +1023,7 @@ def parseOpts(overrideArguments=None):
}, help=(
'The paths where the files should be downloaded. '
'Specify the type of file and the path separated by a colon ":". '
- 'All the same types as --output are supported. '
+ 'All the same TYPES as --output are supported. '
'Additionally, you can also provide "home" (default) and "temp" paths. '
'All intermediary files are first downloaded to the temp path and '
'then the final files are moved over to the home path after download is finished. '