projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
924f47f
)
Clarify update output (Fixes #2205)
author
Philipp Hagemeister
<phihag@phihag.de>
Thu, 23 Jan 2014 09:24:44 +0000
(10:24 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Thu, 23 Jan 2014 09:24:44 +0000
(10:24 +0100)
No, we are not intentionally hiding the version number. Why would we?
youtube_dl/update.py
patch
|
blob
|
history
diff --git
a/youtube_dl/update.py
b/youtube_dl/update.py
index cd9670166e582ae9f3074c2371026f0f06c252a1..27308376130b97cc9cf6059b1f9dd4a64753ef42 100644
(file)
--- 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'])