1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-18 19:19:32 +00:00

Clarify update output (Fixes #2205)

No, we are not intentionally hiding the version number. Why would we?
This commit is contained in:
Philipp Hagemeister 2014-01-23 10:24:44 +01:00
parent 924f47f7b6
commit 18a25c5d78

View file

@ -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'])