diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-07-01 02:36:49 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-07-01 02:36:49 +0200 |
commit | f9bd64c09897ebbd3a3278fe21e7ae798c6fc140 (patch) | |
tree | 4a878aa9bbe7512cba474c5ab62ee53dcee48006 /youtube_dl/update.py | |
parent | d7f44b5bdba7e4e23401c8ccdf0c238e24c6697d (diff) |
[update] Add package manager to error message (#959)
Diffstat (limited to 'youtube_dl/update.py')
-rw-r--r-- | youtube_dl/update.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/update.py b/youtube_dl/update.py index eab8417a5..ccab6f27f 100644 --- a/youtube_dl/update.py +++ b/youtube_dl/update.py @@ -44,7 +44,7 @@ def update_self(to_screen, verbose, filename): if not isinstance(globals().get('__loader__'), zipimporter) and not hasattr(sys, "frozen"): - to_screen(u'It looks like you installed youtube-dl with pip, setup.py or a tarball. Please use that to update.') + to_screen(u'It looks like you installed youtube-dl with a package manager, pip, setup.py or a tarball. Please use that to update.') return # Check if there is a new version |