about summary refs log tree commit diff
path: root/youtube_dl/update.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-01-23 10:24:44 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-01-23 10:24:44 +0100
commit18a25c5d78528dd27e2a92aa0d44088a8c04bcf0 (patch)
treeb61b97e089e466fba14d659ccc7d583cc87514c6 /youtube_dl/update.py
parent924f47f7b6d08f5a93558d3239b6bf94c71dc245 (diff)
downloadyoutube-dl-18a25c5d78528dd27e2a92aa0d44088a8c04bcf0.tar.gz
youtube-dl-18a25c5d78528dd27e2a92aa0d44088a8c04bcf0.tar.xz
youtube-dl-18a25c5d78528dd27e2a92aa0d44088a8c04bcf0.zip
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.py2
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'])