aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/update.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2022-02-03 20:32:10 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2022-02-03 21:00:39 +0530
commit455a15e2dcf29b4712d92a89a95ad5f3ddad69a1 (patch)
tree82c3c0733f748e47b3e1d551640b416a2c449c14 /yt_dlp/update.py
parent460a1c08b93dec0c95911be2bf2b84a65c3813e8 (diff)
[cleanup,docs] Minor fixes
Closes #2541, #2484
Diffstat (limited to 'yt_dlp/update.py')
-rw-r--r--yt_dlp/update.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/update.py b/yt_dlp/update.py
index f3448568a..a208e163c 100644
--- a/yt_dlp/update.py
+++ b/yt_dlp/update.py
@@ -54,7 +54,7 @@ _NON_UPDATEABLE_REASONS = {
'win_dir': 'Auto-update is not supported for unpackaged windows executable; Re-download the latest release',
'mac_dir': 'Auto-update is not supported for unpackaged MacOS executable; Re-download the latest release',
'source': 'You cannot update when running from source code; Use git to pull the latest changes',
- 'unknown': 'It looks like you installed yt-dlp with a package manager, pip, setup.py or a tarball; Use that to update',
+ 'unknown': 'It looks like you installed yt-dlp with a package manager, pip or setup.py; Use that to update',
}