From 455a15e2dcf29b4712d92a89a95ad5f3ddad69a1 Mon Sep 17 00:00:00 2001 From: pukkandan Date: Thu, 3 Feb 2022 20:32:10 +0530 Subject: [cleanup,docs] Minor fixes Closes #2541, #2484 --- yt_dlp/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yt_dlp/update.py') 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', } -- cgit v1.2.3