diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-01-23 10:24:44 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-01-23 10:24:44 +0100 |
commit | 18a25c5d78528dd27e2a92aa0d44088a8c04bcf0 (patch) | |
tree | b61b97e089e466fba14d659ccc7d583cc87514c6 /youtube_dl/update.py | |
parent | 924f47f7b6d08f5a93558d3239b6bf94c71dc245 (diff) |
Clarify update output (Fixes #2205)
No, we are not intentionally hiding the version number. Why would we?
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 cd9670166..273083761 100644 --- a/youtube_dl/update.py +++ b/youtube_dl/update.py @@ -90,7 +90,7 @@ def update_self(to_screen, verbose): to_screen(u'youtube-dl is up to date (%s)' % __version__) return - to_screen(u'Updating to version ' + version_id + '...') + to_screen(u'Updating to version ' + version_id + ' ...') version = versions_info['versions'][version_id] print_notes(to_screen, versions_info['versions']) |